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).
Unlike other grouping fields, such as Field Group or Repeater, where the IDs of the fields in groups could be used multiple times, this type requires that all the options were like regular options with unique IDs.
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.
For these reasons, the Sections field cannot be used within the Repeater and Field Group.
Params
Name
Type
Description
type
string
sections
(required)
sections
array
An array of sections, each containing the title
and options
keys. See description for more details. (required)
tab
string
Specifies in which tab this option will be rendered
Last updated