Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With the tabbed layout, you can organize components in into tabs.

Code Block
languageyml
titleExample tabbed layout definition
collapsetrue
layout:
  $type: tabbedLayout
  tabs:
    personal:
      fields:
        - name: salutation
        - name: firstName
        - name: lastName
    details:
      fields:
        - name: email
        - name: phone

...