✨ Rewrite for Kirby
This commit is contained in:
parent
07201d05de
commit
f854d60108
116 changed files with 4156 additions and 8875 deletions
21
site/blueprints/pages/blog.yml
Normal file
21
site/blueprints/pages/blog.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
title: Blog Page
|
||||
|
||||
sections:
|
||||
fields:
|
||||
type: fields
|
||||
fields:
|
||||
text:
|
||||
type: textarea
|
||||
size: small
|
||||
drafts:
|
||||
extends: sections/articles
|
||||
label: Drafts
|
||||
status: draft
|
||||
unlisted:
|
||||
extends: sections/articles
|
||||
label: In Review
|
||||
status: unlisted
|
||||
listed:
|
||||
extends: sections/articles
|
||||
label: Published
|
||||
status: listed
|
Loading…
Add table
Add a link
Reference in a new issue