Skip to main content

Content type group

Log in to add to favourites

Properties

NameTypeFormatDescription
idstringA group identifier which is unique within the content type
nameobjectlocalized valueThe friendly name given to the content type group

Example

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
"groups": [ { "id": "mainContent", "name": { "en-GB": "Main" }, "description": { "en-GB": "Main content description..." } }, { "id": "tab2", "name": { "en-GB": "Tab 2" }, "description": { "en-GB": "Tab 2 description..." } }, { "id": "tab3", "name": { "en-GB": "Tab 3" }, "description": { "en-GB": "Tab 3 description..." } } ]

Still need help?

New support request