Content Management API > Fieldset
Fieldset
Fields can be organized and grouped into fieldset to better present them to editors.
Object payload
id string
RFC 4122 UUID of fieldset expressed in URL-safe base64 format
Example:
"93Y1C2sySkG4Eg0atBRIwg"
type string
Must be exactly "fieldset"
.
attributes.title string
The title of the fieldset
Example:
"SEO-related fields"
attributes.hint string, null
Description/contextual hint for the fieldset
Example:
"Please fill in these fields!"
attributes.position integer
Ordering index
Example:
1
attributes.collapsible boolean
Whether the fieldset can be collapsed or not
attributes.start_collapsed boolean
When fieldset is collapsible, determines if the default is to start collapsed or not