Skip to content
  1. Extras
  2. PageBuilder
  3. Field types
  4. Pro
  5. fieldset

Field fieldset

Version: Pro.

Why this type

Inspector legend without fieldset key in data. Nested names unique within section. Pro organization for long forms.

When to use

  • SEO title description block in one group
  • Overlay settings separate from content
  • CMP readability for 15+ fields

Tips

Heading only without nested is heading. Chunk uses flat keys seo_title not seo.title.

Similar types

Schema

json
{
  "name": "seo",
  "type": "fieldset",
  "label": "SEO",
  "fields": [
    {
      "name": "seo_title",
      "type": "text",
      "label": "SEO title"
    }
  ]
}

Value

Flat keys of nested fields in the section data.

Section data

The seo key in the schema is not stored in the section data. Nested fields are flat keys:

json
{
  "seo_title": "SEO title"
}
  • Nested field names must be unique within the section.

Chunk example

fenom
{$seo_title|escape}

Common properties

fieldset has no own key in the section data. Nested fields are flat keys alongside other section fields.

KeyRole
labelGroup title (legend)
fieldsNested schema
tab / widthInspector grouping

Nested fields support the usual meta keys (tab, width, default, …).

See also