webseite/models/blog-post.ini
L3D 9a8f01266d Add flowblock for images
Former-commit-id: b7d8a1e9c747d1b6794905f11534215cc034c03f [formerly a5ba32508b2443e151b2a6eeb6a8146c68e31969] [formerly 1d264ce107f18188eca33f09d3e4cab3ec57de77 [formerly 57b7f8d59b9f6d8cff17389a8639d921d14da555]]
Former-commit-id: 28ff10f6c80e469e25a122428ff65346ce705d85 [formerly 0754f0ea986eb131959f1fbbfdb9b999653ba8e0]
Former-commit-id: 843a7eb673e9cd4dd0d0005652752ae259a8461c
2018-11-30 01:23:15 +01:00

54 lines
743 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.xml]
label = RSS-Preview (TXT) (de-only)
type = text
[fields.xml_img]
label = RSS-Image (de-only)
type = select
source = record.attachments.images
[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