mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
56 lines
902 B
YAML
56 lines
902 B
YAML
|
one:
|
||
|
text: "Checklist Item 1"
|
||
|
checked: true
|
||
|
checklist: one
|
||
|
created_by: steve
|
||
|
last_modified_by: steve
|
||
|
|
||
|
|
||
|
two:
|
||
|
text: "Checklist Item 2"
|
||
|
checked: false
|
||
|
checklist: one
|
||
|
created_by: mark
|
||
|
last_modified_by: mark
|
||
|
|
||
|
three:
|
||
|
text: "Checklist Item 3"
|
||
|
checked: false
|
||
|
checklist: one
|
||
|
created_by: steve
|
||
|
last_modified_by: mark
|
||
|
|
||
|
four:
|
||
|
text: "Checklist Item 4"
|
||
|
checked: true
|
||
|
checklist: two
|
||
|
created_by: jlaw
|
||
|
last_modified_by: jlaw
|
||
|
|
||
|
five:
|
||
|
text: "Checklist Item 5"
|
||
|
checked: false
|
||
|
checklist: two
|
||
|
created_by: steve
|
||
|
last_modified_by: nora
|
||
|
|
||
|
six:
|
||
|
text: "Checklist Item 6"
|
||
|
checked: true
|
||
|
checklist: two
|
||
|
created_by: mark
|
||
|
last_modified_by: mark
|
||
|
|
||
|
seven:
|
||
|
text: "Checklist Item 7"
|
||
|
checked: false
|
||
|
checklist: three
|
||
|
created_by: mark
|
||
|
last_modified_by: steve
|
||
|
|
||
|
eight:
|
||
|
text: "Checklist Item 8"
|
||
|
checked: false
|
||
|
checklist: three
|
||
|
created_by: nora
|
||
|
last_modified_by: steve
|