This commit is contained in:
parent
b36abcd3bf
commit
0d40b85f76
13 changed files with 232 additions and 58 deletions
24
site/blueprints/pages/scribbles.yml
Normal file
24
site/blueprints/pages/scribbles.yml
Normal file
|
@ -0,0 +1,24 @@
|
|||
title: Scribbles Page
|
||||
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
font: monospace
|
||||
size: small
|
||||
drafts:
|
||||
extends: sections/scribbles
|
||||
label: Drafts
|
||||
status: draft
|
||||
unlisted:
|
||||
extends: sections/scribbles
|
||||
label: Unlisted
|
||||
status: unlisted
|
||||
listed:
|
||||
extends: sections/scribbles
|
||||
label: Published
|
||||
status: listed
|
||||
seo:
|
||||
extends: sections/seo
|
Loading…
Add table
Add a link
Reference in a new issue