Versions Compared

Key

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

...

Here is a valid example:

Code Block
titleDefault (statused disabled)
items:
  - text: '--- Header (title)'
    checked: false
  - text: 'Item #1'
    checked: true
  - text: 'Item #2'
    checked: false
  - text: 'Item #3'
    checked: false

And another example with enabled statuses:

Code Block
titleStatuses enabled
items:
  - text: '---UI tested on'
    checked: false
    status: open
  - text: 'Chrome :santa'
    checked: false
    status: in progress
  - text: Firefox
    checked: false
    status: done
  - text: Edge
    checked: false
    status: skipped
  - text: Safari
    checked: false
    status: skipped


Expand
titleRead how to get YAML from existing checklist

Include Page
Create YAML for a checklist
Create YAML for a checklist

...