webseite/models/blog-post.ini
DO1JLR 391b9e3e76 Waffelupdates zum neuen Design
Former-commit-id: 18652fbea6ffa1879194c376f70307c1b09528f4 [formerly 28608f5f7650ae86cc13a2ea60b9ec2023833a45]
Former-commit-id: 113e10e57eb00b1ba268a560e0506042527ccd8d
2018-04-24 23:20:20 +02:00

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