Skip to content

Commit 8f260f1

Browse files
authored
Merge pull request #4 from magento-devdocs/1.0.0-beta-release
MC-5769: Complete content type tutorial
2 parents 81f86c7 + d5c4687 commit 8f260f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/create-basic-content-type/step-1-add-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ The `<type>` element defines the key properties of your content type. The attrib
100100
| `sortOrder` | Optional. The listed order within the menu group. For example, `sortOrder=21` puts the content type third in the `Elements` menu group, after the content types with `sortOrder`s of 10 and 20. |
101101
| `translate` | Identifies the attribute you want Magento to translate. Here, the `label` value is set for translation. |
102102

103+
103104
## The `children` element
104105

105106
The `children` element determines if your content type can contain other content types as children. In the Admin UI, it either allows or prevents you from dragging and dropping *other* content types from the panel into *your* content type.

0 commit comments

Comments
 (0)