webseite/models/podcast-post.ini
L3D fd742c7049 redesign website (!1)
Co-authored-by: L3D <l3d@see-base.de>
Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
2022-05-18 00:35:37 +02:00

80 lines
1.5 KiB
INI
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[model]
name = Podcast Post
label = {{ this.title }}
hidden = yes
[fields.title]
label = Podcast Folgentitle
type = string
size = large
[fields.duration]
label = Podcast Laufzeit
description = Die Laufzeit in Sekunden für die MP3-Datei als natürliche Zahl (d.h. in Sekunden); s.a. `mp3info -p "%S\n" $filename`
type = integer
size = small
[fields.season]
label = Podcast Staffel
description = Staffeln
type = integer
size = small
[fields.episode]
label = Podcast Folge
description = Die Folge (einer Staffel)
type = integer
size = small
[fields.authors]
label = Podcast Authoren
type = string
width = 1/2
[fields.pub_date]
label = Publication date (wichtig)
type = date
width = 1/2
[fields.podcast_teaser]
label = Podcast Teaser
type = text
[fields.podcast_shownotes]
label = Podcast Shownotes (für die Webseite) (markdown)
type = markdown
[fields.feed_shownotes]
label = Podcast Shownotes (für den Feed) (text/html)
type = html
[fields.podcastmp3]
label = Podcast MP3 File
type = select
source = record.attachments
width = 1/2
[fields.mp3leng]
label = Podcast MP3 Filesize
type = string
width = 1/2
[fields.podcastogg]
label = Podcast OGG File
type = select
source = record.attachments
width = 1/2
[fields.oggleng]
label = Podcast OGG Filesize
type = string
width = 1/2
[fields.podcasttitle]
label = Podcast sichtbarer Dateiname
type = string
[fields.hide_from_global_index]
label = Hide this site from global index like /sitemap.xml
type = boolean
default = false