Skip to content

Commit 4f996e4

Browse files
committed
clarify schema
1 parent bfca367 commit 4f996e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/backend/content-types/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ The XML sets a number of FTI properties:
196196
This is an alternative to `schema` and `model_file`.
197197

198198
`schema`
199-
: Dotted path to the schema for this content type.
199+
: Dotted path to the Python schema for this content type.
200+
One of `model_file`, `model_source`, and `schema` must be set.
201+
`schema` is the most commonly used.
200202

201203
`title`
202204
: The name of the content type displayed in the UI.

0 commit comments

Comments
 (0)