Improved delete, scaling added
This commit is contained in:
@@ -1,11 +1,26 @@
|
||||
{
|
||||
"0": {
|
||||
"3": {
|
||||
"quantity": "2",
|
||||
"name": "Sourdough",
|
||||
"ingredients": {
|
||||
"ap_flour": "1000",
|
||||
"water": "600",
|
||||
"salt": "20"
|
||||
"AP Flour": 800,
|
||||
"WW Flour": 200,
|
||||
"Water": 700,
|
||||
"Salt": 20,
|
||||
"Yeast": 0,
|
||||
"Starter": 50
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"quantity": "5",
|
||||
"name": "Sourdough * 2.5",
|
||||
"ingredients": {
|
||||
"AP Flour": 2000,
|
||||
"WW Flour": 500,
|
||||
"Water": 1750,
|
||||
"Salt": 50,
|
||||
"Yeast": 0,
|
||||
"Starter": 125
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user