This commit is contained in:
Martin Raifer 2022-11-29 12:47:15 +01:00
parent b8307a5d6c
commit b2b1ba645a
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
46 changed files with 1715 additions and 291 deletions

37
dist/fields.json vendored
View file

@ -849,7 +849,8 @@
},
"currency_multi": {
"key": "currency:",
"type": "multiCombo"
"type": "multiCombo",
"caseSensitive": true
},
"cutting": {
"key": "cutting",
@ -2203,17 +2204,17 @@
"key": "maxstay",
"type": "combo",
"options": [
"15 min",
"30 min",
"45 min",
"1 hr",
"1.5 hr",
"2 hr",
"2.5 hr",
"3 hr",
"4 hr",
"15 minutes",
"30 minutes",
"45 minutes",
"1 hour",
"1.5 hours",
"2 hours",
"2.5 hours",
"3 hours",
"4 hours",
"1 day",
"2 day"
"2 days"
],
"autoSuggestions": false,
"snake_case": false
@ -3191,7 +3192,7 @@
},
"roof/colour": {
"key": "roof:colour",
"type": "text"
"type": "colour"
},
"room": {
"key": "room",
@ -3674,6 +3675,16 @@
"no"
]
},
"structure_power": {
"type": "combo",
"autoSuggestions": false,
"customValues": false,
"options": [
"lattice",
"solid",
"tubular"
]
},
"structure_waterway": {
"type": "structureRadio",
"keys": [
@ -3932,7 +3943,7 @@
"type": "semiCombo"
},
"toilets/wheelchair": {
"key": "toilets/wheelchair",
"key": "toilets:wheelchair",
"type": "radio",
"prerequisiteTag": {
"key": "toilets",