33 lines
691 B
INI
33 lines
691 B
INI
|
[block]
|
||
|
name = Alternative Zutat
|
||
|
button_label = Alternative Zutat
|
||
|
|
||
|
[fields.ingredient]
|
||
|
label = alternate ingredient
|
||
|
description = Welche Zutat kann man statt dessen nehmen?
|
||
|
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
|
||
|
|