We have a new documentation site. Please go here to see the latest.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

"Checklist Content YAML" custom fields accepts and stores data in YAML format. It contains "items" array and each entry contains obligatory "text" property (checklist item text) and optional "checked" property (boolean value for state of the checkbox). It might contain also "description" property for multiline description and "status" property if statuses are enabled. 

Here is a valid example:

items:
  - text: '--- Header (title)'
    checked: false
  - text: 'Item #1'
    checked: true
  - text: 'Item #2'
    checked: false
  - text: 'Item #3'
    checked: false
 Read how to get YAML from existing checklist

Unable to render {include} The included page could not be found.

  • No labels