2019-02-12 17:45:44 +01:00
|
|
|
[model]
|
|
|
|
name = Einzelnes Projekt
|
|
|
|
label = {{ this.title }}
|
|
|
|
hidden = yes
|
|
|
|
|
|
|
|
[fields.title]
|
|
|
|
label = Title (bitte kurz halten)
|
|
|
|
type = string
|
|
|
|
size = large
|
|
|
|
|
|
|
|
[fields.icon]
|
|
|
|
label = Font-Awesome Icon [fas fa-heart]
|
|
|
|
type = string
|
|
|
|
|
|
|
|
[fields.author]
|
2019-02-24 13:47:39 +01:00
|
|
|
label = Author [für den Feed]
|
2019-02-12 17:45:44 +01:00
|
|
|
type = string
|
|
|
|
width = 1/2
|
|
|
|
|
2019-02-24 13:47:39 +01:00
|
|
|
[fields.number]
|
|
|
|
label = Priorität [benötigt zum sortieren]
|
|
|
|
type = integer
|
2019-02-12 17:45:44 +01:00
|
|
|
width = 1/4
|
|
|
|
|
|
|
|
[fields.teaser]
|
|
|
|
label = Teaser (TEXT)
|
|
|
|
type = text
|
|
|
|
|
|
|
|
[fields.body]
|
|
|
|
label = Projektseite (Markdown)
|
|
|
|
type = markdown
|
|
|
|
|
|
|
|
[fields.video_embeded]
|
|
|
|
label = Video (embedded)
|
|
|
|
type = flow
|
|
|
|
flow_blocks = pro_video
|
|
|
|
|
|
|
|
[fields.video_is_embeded]
|
|
|
|
label = Is a YT-Video embeded?
|
|
|
|
type = boolean
|
|
|
|
default = false
|
|
|
|
|
|
|
|
[fields.project]
|
|
|
|
label = Galerie
|
|
|
|
type = flow
|
|
|
|
flow_blocks = pro_img
|
|
|
|
|
|
|
|
[fields.xml_img]
|
|
|
|
label = RSS Feed Vorschaubild
|
|
|
|
type = select
|
|
|
|
source = record.attachments.images
|
|
|
|
|