L3D
fd742c7049
Co-authored-by: L3D <l3d@see-base.de> Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
46 lines
923 B
INI
46 lines
923 B
INI
[model]
|
|
name = Rezept Post
|
|
label = {{ this.title }}
|
|
hidden = yes
|
|
|
|
[fields.title]
|
|
label = Title
|
|
description = Der Seitentitel und die Überschrift dieser Seite
|
|
type = string
|
|
size = large
|
|
|
|
[fields.weight]
|
|
label = Ranking
|
|
default = 128
|
|
type = integer
|
|
width = 1/3
|
|
|
|
[fields.meta_description]
|
|
label = Meta Beschreibung
|
|
description = Hier kommt die Beschreibung rein, die von Suchmachinen, Seitencrawlern und Previews auf diese Seite generiert werden
|
|
type = string
|
|
width = 2/3
|
|
|
|
[fields.author]
|
|
label = Author
|
|
type = string
|
|
width = 1/2
|
|
|
|
[fields.pub_date]
|
|
label = Publication date
|
|
type = date
|
|
width = 1/2
|
|
|
|
[fields.orf]
|
|
label = Render from Open Recepie Format
|
|
description = Render recepie with data from the ORF childpage. (create/open childpage and follow instruction for more)
|
|
type = boolean
|
|
|
|
[fields.body]
|
|
label = Rezept Body
|
|
description = Freitextfeld für weitere Angaben zum Rezept
|
|
type = markdown
|
|
|
|
|
|
[children]
|
|
model = zutaten
|