Content type group
Log in to add to favouritesThe 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"
}
}