Versions Compared

Key

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

...

Code Block
languageyml
titleExample horizontal layout definition
collapsetrue
layout:
  $type: horizontal
  fields:
    - name: salutation
      label$type: SalutationtextField
      $typelabel: textFieldSalutation
    - name: firstName
      $type: textField
      label: First name
    - name: lastName
      $type: textField
      label: Last name

...

Code Block
languageyml
titleExample stacked layout definition
collapsetrue
layout:
  $type: stacked
  fields:
    - name: salutation
      label$type: SalutationtextField
      $typelabel: textFieldSalutation
    - name: firstName
      $type: textField
      label: First name
    - name: lastName
      $type: textField
      label: Last name

...