Versions Compared

Key

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

...

With the editor action layout, you can define an action area in content apps. This is the default layout for dialog footers with primary and secondary actions. To learn about its properties, see footerLayout.

Code Block
languageyml
titleExample editor action layout definition
collapsetrue
form:
  properties:
    text:
      label: Text
      $type: textField
      light: true
footerLayout:
  $type: defaultEditorActionLayout
  primaryActions:
    commit: commit