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
|`type`| Describes the content type name, translated field, and sort order in the menu group. Each type should have its own configuration file. |
207
+
|`allowed_parents`| List of parent content types that can accept this type as a child. |
208
+
|`appearances`| Appearance configuration. |
209
+
|`is_visible`| Determines menu visibility for the component. System components should not be visible in the menu. Default value is true. |
210
+
|`additional_data`| Allows to specify additional data for component, see [custom configuration for content type](custom-configuration.md) for more information. |
|`label`| Label displayed on the menu and stage. |
197
215
|`icon`| Icon displayed on the menu. |
198
216
|`component`| View model responsible for rendering the preview and master format. |
199
217
|`preview_component`| Helper component that contains preview specific logic. Helper component is optional. |
200
-
|`content_component`| Contains master format rendering logic that is generic for all appearances. Content component is optional. |
218
+
|`master_component`| Contains master format rendering logic that is generic for all appearances. Content component is optional. |
201
219
|`form`| UI component form used for editing the content type |
202
220
|`group`| Existing menu group that contains this content type. |
203
-
|`allowed_parents`| List of parent content types that can accept this type as a child. |
204
-
|`appearances`| Appearance configuration. |
205
-
|`is_visible`| Determines menu visibility for the component. System components should not be visible in the menu. Default value is true. |
206
-
|`additional_data`| Allows to specify additional data for component, see [custom configuration for content type](custom-configuration.md) for more information. |
207
221
208
222
209
223
### `form` configuration reference
@@ -237,6 +251,9 @@ It controls the templates, how data is read from the master format, and how to a
0 commit comments