Prepare/move main pages to 2020 layout

This commit is contained in:
Nico Schottelius 2020-01-04 14:03:03 +01:00
commit a4dc773df3
7 changed files with 79 additions and 2 deletions

11
models/page-2020.ini Normal file
View file

@ -0,0 +1,11 @@
[model]
name = Page (2020 Design)
label = {{ this.title }}
[fields.title]
label = Title
type = string
[fields.content]
label = Content
type = markdown

15
models/projects.ini Normal file
View file

@ -0,0 +1,15 @@
[model]
name = Projects
label = Projects
hidden = yes
[fields.title]
label = Title
type = string
[fields.subtitle]
label = Subtitle
type = string
[children]
model = page-2020