podcast-webseite/models/blog-post.ini

73 lines
1 KiB
INI
Raw Normal View History

[model]
name = Blog Post
label = {{ this.title }}
hidden = yes
[fields.title]
label = Title
type = string
size = large
2019-05-25 21:26:34 +02:00
[fields.shorttitle]
label = Title (kurz fürs Menü)
type = string
size = small
[fields.author]
label = Author
type = string
width = 1/2
[fields.twitter_handle]
2019-05-25 21:26:34 +02:00
label = Mastodon Handle (https://chaos.Social)
type = string
width = 1/4
addon_label = @
[fields.pub_date]
label = Publication date
type = date
width = 1/4
[fields.body]
2019-05-25 21:26:34 +02:00
label = Teaser (Website)
type = markdown
[fields.xml]
label = Teaser (RSS Feed) (TEXT Only)
type = text
width = 2/3
[fields.xml_img]
label = RSS Feed Image
type = select
source = record.attachments.images
width = 1/3
2019-06-14 11:21:48 +02:00
[fields.podcastmp3]
label = Podcast Audio - MP3
type = select
source = record.attachments
width = 1/2
2019-05-25 21:26:34 +02:00
[fields.beitrag]
label = Blogbeitrag
type = markdown
2019-05-25 21:26:34 +02:00
[fields.video_embeded]
label = Video (embedded)
type = flow
flow_blocks = pro_video
[fields.video_is_embeded]
label = Is a Video embeded?
type = boolean
default = false
[fields.project]
label = Galerie
type = flow
flow_blocks = pro_img