added description to wait block in yaml for text by the sliders
This commit is contained in:
parent
c43d92c0f1
commit
e31edd91af
3 changed files with 7 additions and 0 deletions
|
@ -20,6 +20,7 @@ recipe:
|
||||||
steps:
|
steps:
|
||||||
- name: Make the dough
|
- name: Make the dough
|
||||||
wait:
|
wait:
|
||||||
|
description: How many days cold rise?
|
||||||
unit: days
|
unit: days
|
||||||
min: 1
|
min: 1
|
||||||
max: 5
|
max: 5
|
||||||
|
@ -43,6 +44,7 @@ recipe:
|
||||||
Place the dough in a sealed/covered container in the fridge.
|
Place the dough in a sealed/covered container in the fridge.
|
||||||
- name: Warm rise
|
- name: Warm rise
|
||||||
wait:
|
wait:
|
||||||
|
description: How many hours of room temperature rise?
|
||||||
unit: hours
|
unit: hours
|
||||||
min: 3
|
min: 3
|
||||||
max: 6
|
max: 6
|
||||||
|
@ -54,6 +56,7 @@ recipe:
|
||||||
Split the dough into smaller balls and place them into a covered/sealed container(s)
|
Split the dough into smaller balls and place them into a covered/sealed container(s)
|
||||||
- name: Preheat Oven
|
- name: Preheat Oven
|
||||||
wait:
|
wait:
|
||||||
|
description: How long does your oven take to preheat?
|
||||||
unit: minutes
|
unit: minutes
|
||||||
min: 30
|
min: 30
|
||||||
max: 120
|
max: 120
|
||||||
|
|
|
@ -20,6 +20,7 @@ recipe:
|
||||||
steps:
|
steps:
|
||||||
- name: Make the dough
|
- name: Make the dough
|
||||||
wait:
|
wait:
|
||||||
|
description: How many hours of room temperature rise?
|
||||||
unit: hours
|
unit: hours
|
||||||
min: 4
|
min: 4
|
||||||
max: 6
|
max: 6
|
||||||
|
@ -43,6 +44,7 @@ recipe:
|
||||||
Split the dough into doughballs and place the dough in a sealed/covered container at room temperature.
|
Split the dough into doughballs and place the dough in a sealed/covered container at room temperature.
|
||||||
- name: Preheat Oven
|
- name: Preheat Oven
|
||||||
wait:
|
wait:
|
||||||
|
description: How long does your oven take to preheat?
|
||||||
unit: minutes
|
unit: minutes
|
||||||
min: 30
|
min: 30
|
||||||
max: 120
|
max: 120
|
||||||
|
|
|
@ -20,6 +20,7 @@ recipe:
|
||||||
steps:
|
steps:
|
||||||
- name: Make the dough
|
- name: Make the dough
|
||||||
wait:
|
wait:
|
||||||
|
description: How many hours of room temperature rise?
|
||||||
unit: hours
|
unit: hours
|
||||||
min: 4
|
min: 4
|
||||||
max: 6
|
max: 6
|
||||||
|
@ -43,6 +44,7 @@ recipe:
|
||||||
Split the dough into doughballs and place the dough in a sealed/covered container at room temperature.
|
Split the dough into doughballs and place the dough in a sealed/covered container at room temperature.
|
||||||
- name: Preheat Oven
|
- name: Preheat Oven
|
||||||
wait:
|
wait:
|
||||||
|
description: How long does your oven take to preheat?
|
||||||
unit: minutes
|
unit: minutes
|
||||||
min: 30
|
min: 30
|
||||||
max: 120
|
max: 120
|
||||||
|
|
Loading…
Add table
Reference in a new issue