mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 13:53:52 +01:00
Add string labels for combo fields with limited suggestions but allowed custom values
This commit is contained in:
parent
278b0441af
commit
3c3984529e
8 changed files with 134 additions and 35 deletions
|
|
@ -2,6 +2,13 @@
|
|||
"key": "display",
|
||||
"type": "combo",
|
||||
"label": "Display",
|
||||
"options": ["analog", "digital", "sundial", "unorthodox"],
|
||||
"strings": {
|
||||
"options": {
|
||||
"analog": "Analog",
|
||||
"digital": "Digital",
|
||||
"sundial": "Sundial",
|
||||
"unorthodox": "Unorthodox"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue