diff options
Diffstat (limited to 'data/storage/recipes/1')
-rw-r--r-- | data/storage/recipes/1/text | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/data/storage/recipes/1/text b/data/storage/recipes/1/text index 3489b2c..ecf26dc 100644 --- a/data/storage/recipes/1/text +++ b/data/storage/recipes/1/text @@ -1,6 +1,13 @@ -# Second recipe - -Important steps: - -* cook it -* eat it +{ + "title":"Very delicious stuff", + "portions": 4, + "url":"https://example.org", + "steps":[ + { + "text":"Bake the frozen pizza!", + "ingredients":[ + {"type":"pizza", "amount":"4 pieces"} + ] + } + ] +} |