34 lines
572 B
YAML
Executable file
34 lines
572 B
YAML
Executable file
title: Notes
|
|
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
|