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

Field dependent

Version: Pro.

Why this type

Type hidden in inspector fieldVisibility false. Documents conditional field group. Neighbors controlled by showWhen on other fields.

When to use

  • JSON note that fields below depend on toggle
  • CMP organization for complex branches
  • Pairs with yesno toggle and hidden url fields

Tips

Condition lives on visible fields via showWhen. Decorative title without logic is heading.

Similar types

  • heading visible subheading (Free)
  • toggle common showWhen trigger (Free)

Schema

json
{
  "name": "_dep",
  "type": "dependent",
  "label": "Dependent fields",
  "tab": "Content",
  "width": 100
}

Value

Not stored.

Section data

Not stored in the section data.

Chunk example

Not used in the chunk.

Notes

The type itself is not rendered in the inspector (fieldVisibility returns false). Sibling fields control visibility via showWhen.

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