391b9e3e76
Former-commit-id: 18652fbea6ffa1879194c376f70307c1b09528f4 [formerly 28608f5f7650ae86cc13a2ea60b9ec2023833a45] Former-commit-id: 113e10e57eb00b1ba268a560e0506042527ccd8d
35 lines
446 B
INI
35 lines
446 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.twitter_handle]
|
|
label = Twitter Handle
|
|
type = string
|
|
width = 1/4
|
|
addon_label = @
|
|
|
|
[fields.pub_date]
|
|
label = Publication date
|
|
type = date
|
|
width = 1/4
|
|
|
|
[fields.subtitle]
|
|
label = Untertitle
|
|
type = string
|
|
size = large
|
|
|
|
|
|
[fields.body]
|
|
label = Body
|
|
type = markdown
|