mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-16 00:00:22 +02:00
npm run dist
This commit is contained in:
Vendored
+25
-1
@@ -583,7 +583,31 @@
|
||||
},
|
||||
"cuisine": {
|
||||
"key": "cuisine",
|
||||
"type": "semiCombo"
|
||||
"type": "semiCombo",
|
||||
"options": [
|
||||
"pizza",
|
||||
"burger",
|
||||
"regional",
|
||||
"coffee_shop",
|
||||
"italian",
|
||||
"chinese",
|
||||
"sandwich",
|
||||
"japanese",
|
||||
"mexican",
|
||||
"kebab",
|
||||
"indian",
|
||||
"chicken",
|
||||
"asian",
|
||||
"french",
|
||||
"thai",
|
||||
"american",
|
||||
"sushi",
|
||||
"ice_cream",
|
||||
"german",
|
||||
"greek",
|
||||
"vietnamese",
|
||||
"turkish"
|
||||
]
|
||||
},
|
||||
"currency_multi": {
|
||||
"key": "currency:",
|
||||
|
||||
Reference in New Issue
Block a user