You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/cms/features/content-type-builder.md
+14-8
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference
17
17
18
18
From the <Iconname="layout" /> Content-type Builder, accessible via the main navigation of the admin panel, users can create and edit their content types.
19
19
20
-
:::prerequisites Identity Card of the Content-type Builder
21
-
<Iconname="user"/> **Role & permission:**Minimum "Read" permission in Roles > Plugins - Content Type Builder. <br/>
22
-
<Iconname="laptop"/> **Environment:**Available in Development environment only.
23
-
:::
20
+
<IdentityCard>
21
+
<IdentityCardItemicon="user"title="Role & permission">Minimum "Read" permission in Roles > Plugins - Content Type Builder.</IdentityCardItem>
22
+
<IdentityCardItemicon="desktop"title="Environment">Available in Development environment only.</IdentityCardItem>
23
+
</IdentityCard>
24
24
25
25
## Overview
26
26
@@ -35,6 +35,16 @@ From the <Icon name="layout" /> Content-type Builder, accessible via the main na
<BetaBadge /> Interface modifications and new options are available in the Content-type Builder, including:
40
+
- tags to indicate the status of the fields and content types: "N" for new, "M" for modified and "D" for deleted,
41
+
- an `*` beside required fields in the list view,
42
+
- a drag & drop button in the list view, to reorder the fields,
43
+
- and collapse button for dynamic zones and components.
44
+
45
+
The **Save** button has also been moved to the Content-type Builder navigation which lists all content types and components. This, along with the status tags, allows you to work on several content types and components at the same time. **Revert**, **Undo** and **Discard changes** button have also been added, which also work globally on all content types and components.
46
+
:::
47
+
38
48
The <Iconname="layout" /> Content-type Builder allows the creation and management of content-types, which can be:
39
49
40
50
- Collection types: content-types that can manage several entries.
@@ -77,14 +87,10 @@ The Content-type Builder allows to create new content-types: single and collecti
77
87
3. In the content-type creation window, write the name of the new content-type in the *Display name* textbox.
78
88
4. Check the *API ID* to make sure the automatically pre-filled values are correct. Collection type names are indeed automatically pluralized when displayed in the Content Manager. It is recommended to opt for singular names, but the *API ID* field allows to fix any pluralization mistake.
79
89
5. (optional) In the Advanced Settings tab, configure the available settings for the new content-type:
| Draft & publish | Tick the checkbox to allow entries of the content-type to be managed as draft versions, before they are published (see [Draft & Publish](/cms/features/draft-and-publish)). |
84
93
| Internationalization | Tick the checkbox to allow entries of the content-type to be translated into other locales. |
85
-
<!--
86
-
| Review workflows | <EnterpriseBadge /> Tick the checkbox to allow entries of the content-type to be managed through defined review stages (see [Managing Review Workflows](/cms/features/review-workflows#configuration)). |
87
-
-->
88
94
6. Click on the **Continue** button.
89
95
7. Add and configure chosen fields for your content-type (see [Configuring fields for content-types](#configuring-fields-content-type)).
0 commit comments