diff options
Diffstat (limited to 'data/storage/recipes/0')
-rw-r--r-- | data/storage/recipes/0/text | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/data/storage/recipes/0/text b/data/storage/recipes/0/text deleted file mode 100644 index b0adef8..0000000 --- a/data/storage/recipes/0/text +++ /dev/null @@ -1,21 +0,0 @@ -{ - "title":"Some delicious food", - "portions": 4, - "url":"https://example.org", - "steps":[ - { - "text":"Prepare vegetables.", - "ingredients":[ - {"amount":3, "unit":"pieces", "type":"carrot"}, - {"amount":250, "unit":"g", "type":"tomato"} - ] - }, - { - "text":"Cook those vegetables", - "ingredients":[ - {"amount":0, "unit":"", "type":"water"}, - {"amount":0, "unit":"", "type":"salt"} - ] - } - ] -} |