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. |
186
+
|`allowed_parents`| List of parent content types that can accept this type as a child. |
187
+
|`appearances`| Appearance configuration. |
188
+
|`is_visible`| Determines menu visibility for the component. System components should not be visible in the menu. Default value is true. |
189
+
|`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
194
|`icon`| Icon displayed on the menu. |
198
195
|`component`| View model responsible for rendering the preview and master format. |
199
196
|`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. |
197
+
|`master_component`| Contains master format rendering logic that is generic for all appearances. Content component is optional. |
201
198
|`form`| UI component form used for editing the content type |
202
199
|`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
200
208
201
209
202
### `form` configuration reference
@@ -237,6 +230,9 @@ It controls the templates, how data is read from the master format, and how to a
0 commit comments