sterzycom/site/blueprints/pages/notes.yml

35 lines
572 B
YAML
Raw Permalink Normal View History

title: Notes
2019-01-25 13:45:36 +01:00
icon: edit
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