Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ The following attribute names can be created on a content type:
- `localizations`
- `strapi_assignee`
- `strapi_stage`
- anything with the prefix `strapi`
- `then`
- `document`
- anything with the prefix `strapi`, `_strapi`, or `__strapi`

Any model name can be prefixed with `strapi`.

Expand All @@ -62,9 +64,11 @@ The following attribute names can **not** be created on a content type:
- `localizations`
- `strapi_assignee`
- `strapi_stage`
- `anything` with the prefix `strapi` or `__strapi`
- `then`
- `document`
- anything with the prefix `strapi`, `_strapi`, or `__strapi`

Model names can **not** be prefixed with `strapi` or `__strapi`.
Model names can **not** be prefixed with `strapi`, `_strapi`, or `__strapi`.

</SideBySideColumn>

Expand Down