mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 21:48:15 +02:00
Change ramp field to combo, add option for value separate (#939)
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
{
|
||||
"key": "ramp",
|
||||
"type": "check",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"yes": "Yes",
|
||||
"no": "No",
|
||||
"separate": "Separately Mapped"
|
||||
}
|
||||
},
|
||||
"customValues": false,
|
||||
"label": "Embedded Ramp",
|
||||
"terms": [
|
||||
"bicycle stairway",
|
||||
|
||||
Reference in New Issue
Block a user