Convert more recipes to the new format
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
module.exports = require("../helpers")({
|
||||
title: "",
|
||||
timings: {
|
||||
prep: " min",
|
||||
cook: " hours",
|
||||
},
|
||||
icons: ["gluten-free", "low-carb", "overnight", "vegetarian"],
|
||||
servings: ,
|
||||
description: "",
|
||||
steps: [{
|
||||
ingredients: [
|
||||
{ amount: , unit: "", item: "" },
|
||||
{ amount: , unit: "", item: "" },
|
||||
{ amount: , unit: "", item: "" },
|
||||
],
|
||||
directions: ""
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: , unit: "", item: "" },
|
||||
{ amount: , unit: "", item: "" },
|
||||
{ amount: , unit: "", item: "" },
|
||||
],
|
||||
directions: ""
|
||||
}, {
|
||||
ingredients: [
|
||||
{ amount: , unit: "", item: "" },
|
||||
{ amount: , unit: "", item: "" },
|
||||
{ amount: , unit: "", item: "" },
|
||||
],
|
||||
directions: ""
|
||||
}]
|
||||
})
|
||||
Reference in New Issue
Block a user