sterzycom/site/blueprints/pages/notes.yml
2019-01-25 13:45:36 +01:00

34 lines
572 B
YAML
Executable file

icon: edit
title: Notes
columns:
- width: 1
fields:
title:
label: Title
type: text
text:
label: Text
type: textarea
size: medium
- width: 1/3
sections:
drafts:
extends: sections/notes
headline: Drafts
status: draft
- width: 1/3
sections:
unlisted:
extends: sections/notes
headline: In Review
status: unlisted
- width: 1/3
sections:
listed:
extends: sections/notes
headline: Published
status: listed