Versions Compared

Key

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

...

Code Block
- label: 'Created on'
  key: 'createdon'
  type: 'date'
  showInTableHeader: true
  showInDetailList: true

Boolean

type: boolean

A boolean represents a true/false value.

Code Block
languageyaml
- label: 'Is completed'
  key: 'isCompleted'
  type: 'boolean'
  showInTableHeader: true
  showInDetailList: true

Form

type: form

Allow opening forms directly from a given entry. The form can be opened with given data of the entry when the property forwardProperties is configured.

...