Zmiana strukturalna i nazwy dla pliku menu.json
This commit is contained in:
parent
82f1c9b0da
commit
76b34987bf
35
attributes.json
Normal file
35
attributes.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"addr": null,
|
||||||
|
"confirm": [
|
||||||
|
"true",
|
||||||
|
"false"
|
||||||
|
],
|
||||||
|
"dough": [],
|
||||||
|
"ingredient": {
|
||||||
|
"onion": {},
|
||||||
|
"chess": {},
|
||||||
|
"tomato": {},
|
||||||
|
"ham": {}
|
||||||
|
},
|
||||||
|
"pizza": {
|
||||||
|
"capri": {},
|
||||||
|
"margarita": {},
|
||||||
|
"hawajska": {},
|
||||||
|
"barcelona": {
|
||||||
|
"ingredient": ["tomato", "onion", "ham"],
|
||||||
|
"price": 45
|
||||||
|
},
|
||||||
|
"tuna": {}
|
||||||
|
},
|
||||||
|
"size": {
|
||||||
|
"m": {
|
||||||
|
"price_multiplier": 1
|
||||||
|
},
|
||||||
|
"l": {
|
||||||
|
"price_multiplier": 1.2
|
||||||
|
},
|
||||||
|
"xl": {
|
||||||
|
"price_multiplier": 1.4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user