mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 23:30:20 +02:00
npm run dist
This commit is contained in:
Vendored
+14
-1
@@ -268,7 +268,11 @@
|
||||
"options": [
|
||||
"nails",
|
||||
"tanning",
|
||||
"cosmetics"
|
||||
"cosmetics",
|
||||
"spa",
|
||||
"skin_care",
|
||||
"waxing",
|
||||
"hair_removal"
|
||||
]
|
||||
},
|
||||
"bench": {
|
||||
@@ -1422,6 +1426,15 @@
|
||||
"key": "highspeed",
|
||||
"type": "check"
|
||||
},
|
||||
"highway_cartpath": {
|
||||
"key": "highway",
|
||||
"type": "typeCombo",
|
||||
"autoSuggestions": false,
|
||||
"options": [
|
||||
"path",
|
||||
"service"
|
||||
]
|
||||
},
|
||||
"highway": {
|
||||
"key": "highway",
|
||||
"type": "typeCombo"
|
||||
|
||||
Reference in New Issue
Block a user