webseite/models/blog-post.ini

66 lines
969 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
2019-02-12 17:45:44 +01:00
[fields.shorttitle]
label = Title (kurz fürs Menü)
type = string
size = small
2018-02-25 00:06:19 +01:00
[fields.author]
label = Author
type = string
width = 1/2
[fields.twitter_handle]
2019-02-12 17:45:44 +01:00
label = Mastodon Handle (https://chaos.Social)
2018-02-25 00:06:19 +01:00
type = string
width = 1/4
addon_label = @
[fields.pub_date]
label = Publication date
type = date
width = 1/4
2019-02-12 17:45:44 +01:00
[fields.body]
label = Teaser (Website)
type = markdown
[fields.xml]
2019-02-12 17:45:44 +01:00
label = Teaser (RSS Feed) (TEXT Only)
type = text
2019-02-12 17:45:44 +01:00
width = 2/3
[fields.xml_img]
2019-02-12 17:45:44 +01:00
label = RSS Feed Image
type = select
source = record.attachments.images
2019-02-12 17:45:44 +01:00
width = 1/3
2019-02-12 17:45:44 +01:00
[fields.beitrag]
label = Blogbeitrag
2018-02-25 00:06:19 +01:00
type = markdown
2019-02-12 17:45:44 +01:00
[fields.video_embeded]
label = Video (embedded)
type = flow
flow_blocks = pro_video
2019-02-12 17:45:44 +01:00
[fields.video_is_embeded]
label = Is a Video embeded?
type = boolean
default = false
[fields.project]
label = Galerie
type = flow
2019-02-12 17:45:44 +01:00
flow_blocks = pro_img