Skip to content
  1. Extras
  2. PageBuilder
  3. Field types
  4. Free
  5. heading

Field heading

Version: Free.

Why this type

Breaks long inspector into blocks. No key in the section data. Tab and width work like normal fields.

When to use

  • Label "Button", "SEO", "Media" between fields
  • Visual divider without fieldset (Pro)
  • In-form docs via label text

Tips

Name can be technical, e.g. _h. Nested fields with legend use fieldset (Pro).

Similar types

  • fieldset for legend and nested fields (Pro)
  • dependent marker for showWhen blocks (Pro)

Schema

json
{
  "name": "_h",
  "type": "heading",
  "label": "Field group",
  "tab": "Content",
  "width": 100
}

Value

Not stored in the section data.

Section data

Not stored in the section data.

Chunk example

Not used in the chunk.

Common properties

The value is not stored in the section data.

KeyRoleCMP
tabGroup in the inspectoryes
widthLabel width, 25–100 (%)yes
labelSubtitle / marker textyes

See fields overview.

See also