Headline

Creates a headline to group fields

The headline field helps to group larger sets of fields. It creates a headline with additional white-space and a prepended index number.

Example

fields:
  pageSettings:
    label: Page Settings
    type: headline
  title:
    label: Title
    type: title
  draft:
    label: Draft
    type: toggle
  content:
    label: Content
    type: headline
  text:
    label: Text
    type: textarea

Options

2.5.2 +

Hiding the headline numbers

fields:
  pageSettings:
    label: Page Settings
    type: headline
    numbered: false
  title:
    label: Title
    type: title
  draft:
    label: Draft
    type: toggle
  content:
    label: Content
    type: headline
    numbered: false
  text:
    label: Text
    type: textarea

You can also just hide the numbers of one or a few headlines on a page, those headlines are then skipped when counting through. The others will get numbers like normal.

Result

Screenshot Headline