Prepare/move main pages to 2020 layout
This commit is contained in:
parent
f52bf5d297
commit
a4dc773df3
7 changed files with 79 additions and 2 deletions
11
models/page-2020.ini
Normal file
11
models/page-2020.ini
Normal 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
15
models/projects.ini
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue