webseite/flowblocks/flow_ingredients.ini
2021-07-29 00:30:14 +02:00

36 lines
786 B
INI

[block]
name = Zutat und Details zur Zutat
button_label = Zutat und Details zur Zutat
[fields.ingredient]
label = ingredient
description = Welche Zutat wird hier definiert?
type = string
width = 1/2
[fields.usda_num]
label = usda number
description = You can lookup the number at https://fdc.nal.usda.gov/fdc-app.html
type = integer
width = 1/2
[fields.amounts]
label = Wie viel von der Zutat wird verwendet?
description = MUSS für jede der angegebenen Portionsmengen definiert werden
type = flow
flow_blocks = flow_amounts
[fields.processing]
label = Verarbeitung
type = flow
flow_blocks = flow_processing
[fields.notes]
label = Notizen zur Zutat
type = flow
flow_blocks = flow_notes
[fields.substitutions]
label = Alternative Zutat
type = flow
flow_blocks = flow_substitutions