Linebreak

The Linebreak field is used inside Palette fields to add a manual linebreak. Otherwise all fields within a Palette are displayed next to each other. Note: Contrary to all other field types, Linebreaks don’t need an identifier.

Examples

Minimal

name: example/linebreak
group: common
fields:
  - identifier: palette_1
    type: Palette
    fields:
      - identifier: number
        type: Number
      - type: Linebreak
      - identifier: text
        type: Text

For in-depth information about palettes and linebreaks refer to the TCA documentation.