7706c11dd0
Former-commit-id: c8d56d2c03f0fea6e3d82b5121c8bc1fc66e0f05 [formerly 9f1b40f602fbea30c452ca24a9dfafae24522d37] Former-commit-id: 1db0d2c6ef75fa580dc5b423edc3118150502354
39 lines
508 B
INI
39 lines
508 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
|
|
|
|
[fields.privatebody]
|
|
label = Non Public Body
|
|
type = markdown
|
|
|