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
|
|
|
|
|
2018-04-24 23:20:20 +02:00
|
|
|
[fields.subtitle]
|
|
|
|
label = Untertitle
|
|
|
|
type = string
|
|
|
|
size = large
|
|
|
|
|
2018-10-12 19:19:16 +02:00
|
|
|
[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
|
2018-04-26 08:48:17 +02:00
|
|
|
|
|
|
|
[fields.privatebody]
|
|
|
|
label = Non Public Body
|
|
|
|
type = markdown
|
|
|
|
|
2018-11-30 01:23:15 +01:00
|
|
|
[fields.galerie]
|
|
|
|
label = Galerie
|
|
|
|
type = flow
|
|
|
|
flow_blocks = image
|
|
|
|
width = 1/2
|
|
|
|
|