webseite/flowblocks/flow_ingredients.ini

37 lines
786 B
INI
Raw Normal View History

2021-06-24 23:44:12 +02:00
[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