Content type group
Log in to add to favouritesPage last updated 04 December 2020
The content type group object enables related fields to be grouped together in the UI.
Properties
| Name | Type | Format | Description |
|---|---|---|---|
| id | string | A group identifier which is unique within the content type | |
| name | object | Localized value | The friendly name given to the content type group |
Example
{
"id": "mainContent",
"name": {
"en-GB": "Main content"
}
}