Rozwiniecie attributes.json
This commit is contained in:
parent
cec4f7da50
commit
44a4e51443
@ -4,22 +4,43 @@
|
|||||||
"true",
|
"true",
|
||||||
"false"
|
"false"
|
||||||
],
|
],
|
||||||
"dough": [],
|
"dough": ["thick"],
|
||||||
|
"drink": ["pepsi", "cola", "water"],
|
||||||
|
"food": ["pizza"],
|
||||||
|
"meat": ["chicken", "ham", "tuna"],
|
||||||
|
"sauce": ["garlic", "1000w"],
|
||||||
"ingredient": {
|
"ingredient": {
|
||||||
|
"chicken": {},
|
||||||
|
"tuna": {},
|
||||||
|
"pineapple": {},
|
||||||
"onion": {},
|
"onion": {},
|
||||||
"chess": {},
|
"cheese": {},
|
||||||
"tomato": {},
|
"tomato": {},
|
||||||
"ham": {}
|
"ham": {},
|
||||||
|
"pepper": {},
|
||||||
},
|
},
|
||||||
|
"menu": ["capri", "margarita", "hawajska", "barcelona", "tuna"],
|
||||||
"pizza": {
|
"pizza": {
|
||||||
"capri": {},
|
"capri": {
|
||||||
"margarita": {},
|
"ingredient": ["tomato", "ham", "mushrooms", "cheese"],
|
||||||
"hawajska": {},
|
"price": 25
|
||||||
"barcelona": {
|
|
||||||
"ingredient": ["tomato", "onion", "ham"],
|
|
||||||
"price": 45
|
|
||||||
},
|
},
|
||||||
"tuna": {}
|
"margarita": {
|
||||||
|
"ingredient": ["tomato", "cheese"],
|
||||||
|
"price": 20
|
||||||
|
},
|
||||||
|
"hawajska": {
|
||||||
|
"ingredient": ["tomato", "pineapple", "chicken", "cheese"],
|
||||||
|
"price": 30
|
||||||
|
},
|
||||||
|
"barcelona": {
|
||||||
|
"ingredient": ["tomato", "onion", "ham", "pepper", "cheese"],
|
||||||
|
"price": 40
|
||||||
|
},
|
||||||
|
"tuna": {
|
||||||
|
"ingredient": ["tomato", "tuna", "onion", "cheese"],
|
||||||
|
"price": 40
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"size": {
|
"size": {
|
||||||
"m": {
|
"m": {
|
||||||
|
Loading…
Reference in New Issue
Block a user