Skip to content

Commit 8e88e16

Browse files
Update attributes-and-content-types-names-reserved.md (#2215)
1 parent 34ee804 commit 8e88e16

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docusaurus/docs/dev-docs/migration/v4-to-v5/breaking-changes/attributes-and-content-types-names-reserved.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ The following attribute names can be created on a content type:
4242
- `localizations`
4343
- `strapi_assignee`
4444
- `strapi_stage`
45-
- anything with the prefix `strapi`
45+
- `then`
46+
- `document`
47+
- anything with the prefix `strapi`, `_strapi`, or `__strapi`
4648

4749
Any model name can be prefixed with `strapi`.
4850

@@ -62,9 +64,11 @@ The following attribute names can **not** be created on a content type:
6264
- `localizations`
6365
- `strapi_assignee`
6466
- `strapi_stage`
65-
- `anything` with the prefix `strapi` or `__strapi`
67+
- `then`
68+
- `document`
69+
- anything with the prefix `strapi`, `_strapi`, or `__strapi`
6670

67-
Model names can **not** be prefixed with `strapi` or `__strapi`.
71+
Model names can **not** be prefixed with `strapi`, `_strapi`, or `__strapi`.
6872

6973
</SideBySideColumn>
7074

0 commit comments

Comments
 (0)