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
|`name`| Describes the content types internal name, this is used to when the system references the content type. |
18
18
|`label`| Label displayed within the menu and stage. |
19
-
| `menu_section` | Allocate the content type to a menu section, the menu section must exist and be defined in `menu_section.xml`.
20
-
|`icon`| CSS class for icon to be displayed within the menu alongside the content types name. See [How to add icons and images](../how-to/how-to-add-icons-images.md) for more guidance. |
19
+
|`menu_section`| Allocate the content type to a menu section, the menu section must exist and be defined in `menu_section.xml`.|
20
+
|`icon`| CSS class for icon to be displayed within the menu alongside the content types name. See [How to add icons and images](../how-to/how-to-add-icons-images.md) for more guidance. |
21
21
|`component`| View model responsible for rendering the preview and master format. |
22
22
|`preview_component`| Helper component that contains preview specific logic. Helper component is optional. |
23
23
|`master_component`| Contains master format rendering logic that is generic for all appearances. Content component is optional. |
0 commit comments