forked from ag_kommunikation/webseite
24 lines
290 B
INI
24 lines
290 B
INI
|
[model]
|
||
|
name = Blog Post
|
||
|
label = {{ this.title }}
|
||
|
hidden = yes
|
||
|
|
||
|
[fields.title]
|
||
|
label = Title
|
||
|
type = string
|
||
|
size = large
|
||
|
|
||
|
[fields.author]
|
||
|
label = Author
|
||
|
type = string
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.pub_date]
|
||
|
label = Publication date
|
||
|
type = date
|
||
|
width = 1/2
|
||
|
|
||
|
[fields.body]
|
||
|
label = Body
|
||
|
type = markdown
|