From e31edd91af5e06c0a50b97f75d92bbd9d1f318ab Mon Sep 17 00:00:00 2001 From: broodjeaap89 Date: Sat, 10 Jul 2021 21:42:08 +0200 Subject: [PATCH] added description to wait block in yaml for text by the sliders --- assets/recipes/neapolitan_cold.yaml | 3 +++ assets/recipes/neapolitan_quick.yaml | 2 ++ assets/recipes/new_york.yaml | 2 ++ 3 files changed, 7 insertions(+) diff --git a/assets/recipes/neapolitan_cold.yaml b/assets/recipes/neapolitan_cold.yaml index 364ed20..da98579 100644 --- a/assets/recipes/neapolitan_cold.yaml +++ b/assets/recipes/neapolitan_cold.yaml @@ -20,6 +20,7 @@ recipe: steps: - name: Make the dough wait: + description: How many days cold rise? unit: days min: 1 max: 5 @@ -43,6 +44,7 @@ recipe: Place the dough in a sealed/covered container in the fridge. - name: Warm rise wait: + description: How many hours of room temperature rise? unit: hours min: 3 max: 6 @@ -54,6 +56,7 @@ recipe: Split the dough into smaller balls and place them into a covered/sealed container(s) - name: Preheat Oven wait: + description: How long does your oven take to preheat? unit: minutes min: 30 max: 120 diff --git a/assets/recipes/neapolitan_quick.yaml b/assets/recipes/neapolitan_quick.yaml index 9bcf977..819e9ee 100644 --- a/assets/recipes/neapolitan_quick.yaml +++ b/assets/recipes/neapolitan_quick.yaml @@ -20,6 +20,7 @@ recipe: steps: - name: Make the dough wait: + description: How many hours of room temperature rise? unit: hours min: 4 max: 6 @@ -43,6 +44,7 @@ recipe: Split the dough into doughballs and place the dough in a sealed/covered container at room temperature. - name: Preheat Oven wait: + description: How long does your oven take to preheat? unit: minutes min: 30 max: 120 diff --git a/assets/recipes/new_york.yaml b/assets/recipes/new_york.yaml index 641a948..0929d72 100644 --- a/assets/recipes/new_york.yaml +++ b/assets/recipes/new_york.yaml @@ -20,6 +20,7 @@ recipe: steps: - name: Make the dough wait: + description: How many hours of room temperature rise? unit: hours min: 4 max: 6 @@ -43,6 +44,7 @@ recipe: Split the dough into doughballs and place the dough in a sealed/covered container at room temperature. - name: Preheat Oven wait: + description: How long does your oven take to preheat? unit: minutes min: 30 max: 120