webseite/models/blog-post.ini

55 lines
743 B
INI
Raw Normal View History

2018-02-25 00:06:19 +01:00
[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.xml]
label = RSS-Preview (TXT) (de-only)
type = text
[fields.xml_img]
label = RSS-Image (de-only)
type = select
source = record.attachments.images
2018-02-25 00:06:19 +01:00
[fields.body]
label = Body
type = markdown
[fields.privatebody]
label = Non Public Body
type = markdown
[fields.galerie]
label = Galerie
type = flow
flow_blocks = image
width = 1/2