Content type group
Created by Alex Pop, last modified by Simon Horan on 22 Jan 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"
}
}