Sections
Sections field groups the fields into togglable sections. This field type is just for stylistic purposes, it means that it can be introduced later without breaking the existing fields.
Example configuration
This will produce the following
Description
Each section in the sections
array should have the title
and the options
array. The options
should consist of regular fields configurations (you may omit the tab
key in each option though, since it'll be enough to mark the sections field itself).
You won't be able to get all values of a section at once, so strictly speaking, the Sections field is more of a wrapper than a field.
Params
Name
Type
Description
type
string
sections
(required)
sections
array
tab
string
Specifies in which tab this option will be rendered
Last updated