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"
.
title string
The title of the fieldset
Example:
"SEO-related fields"
hint string, null
Description/contextual hint for the fieldset
Example:
"Please fill in these fields!"
position integer
Ordering index
Example:
1
collapsible boolean
Whether the fieldset can be collapsed or not
start_collapsed boolean
When fieldset is collapsible, determines if the default is to start collapsed or not