mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 23:30:20 +02:00
npm run build + npm run dist
This commit is contained in:
Vendored
+26
-2
@@ -484,7 +484,18 @@
|
||||
},
|
||||
"castle_type": {
|
||||
"key": "castle_type",
|
||||
"type": "combo"
|
||||
"type": "combo",
|
||||
"options": [
|
||||
"defensive",
|
||||
"palace",
|
||||
"stately",
|
||||
"manor",
|
||||
"fortress",
|
||||
"castrum",
|
||||
"shiro",
|
||||
"kremlin",
|
||||
"hillfort"
|
||||
]
|
||||
},
|
||||
"changing_table": {
|
||||
"key": "changing_table",
|
||||
@@ -2412,7 +2423,20 @@
|
||||
},
|
||||
"recycling_accepts": {
|
||||
"key": "recycling:",
|
||||
"type": "multiCombo"
|
||||
"type": "multiCombo",
|
||||
"options": [
|
||||
"glass_bottles",
|
||||
"glass",
|
||||
"paper",
|
||||
"clothes",
|
||||
"cans",
|
||||
"batteries",
|
||||
"shoes",
|
||||
"green_waste",
|
||||
"plastic_packaging",
|
||||
"cardboard",
|
||||
"scrap_metal"
|
||||
]
|
||||
},
|
||||
"recycling_type": {
|
||||
"key": "recycling_type",
|
||||
|
||||
Reference in New Issue
Block a user