We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfca367 commit 4f996e4Copy full SHA for 4f996e4
docs/backend/content-types/index.md
@@ -196,7 +196,9 @@ The XML sets a number of FTI properties:
196
This is an alternative to `schema` and `model_file`.
197
198
`schema`
199
-: Dotted path to the schema for this content type.
+: 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.
202
203
`title`
204
: The name of the content type displayed in the UI.
0 commit comments