webseite/models/zutaten.ini
2021-08-10 21:16:09 +02:00

87 lines
1.6 KiB
INI

[model]
name = Zutaten
label = {{ this.title }}
hidden = yes
[fields.title]
label = Title
description = Für welches Rezept sind die Zutaten
type = string
size = large
[fields.x_ignore_1]
label = First Instruction:
description = Reneame this fresh created directory in the content folder to 'rezept.yaml/'
type = boolean
width = 1/2
[fields.x_ignore_2]
label = Secound Instruction:
description = Fill in the option '_template: zutaten.yaml' in the 'rezept.yaml/contents.lr' Lektor File
type = string
default = zutaten.yaml
width = 1/2
;---------------------------
[fields.recipe_name]
label = recipe name
type = string
[fields.recipe_uuid]
label = recipe uuid
description = uuidgen
type = string
[fields.servings]
label = servings
description = Hier wird definiert, für welche Portionsgröße die Zutaten angegeben werden
type = flow
flow_blocks = flow_servings
[fields.ingredients]
label = ingredients
description = Hier werden die Zutaten und Menge definiert
type = flow
flow_blocks = flow_ingredients
[fields.steps]
label = Steps
type = flow
flow_blocks = flow_steps
[fields.oven_type]
label = oven type
type = string
description = Example: conventional, microwave, waffle iron, wood oven...
[fields.oven]
label = Oven temperature
description = Starting oven temperature, if the oven is used.
type = flow
flow_blocks = flow_oven
[fields.oven_time]
label = oven time
type = string
width = 2/3
[fields.oven_fan]
label = oven fan
type = select
choices = Off, On
width = 1/3
[fields.source_authors]
label = Author
type = string
width = 1/2
[fields.x_license]
label = License
type = string
width = 1/2
[fields.render_hygiene]
label = Render Hygiene Hinweise
type = boolean