mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 05:43:53 +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,12 +2,14 @@
|
|||
"key": "service",
|
||||
"type": "combo",
|
||||
"label": "Type",
|
||||
"options": [
|
||||
"driveway",
|
||||
"parking_aisle",
|
||||
"alley",
|
||||
"drive-through",
|
||||
"emergency_access"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"driveway": "Driveway",
|
||||
"parking_aisle": "Parking Aisle",
|
||||
"alley": "Alley",
|
||||
"drive-through": "Drive-Through",
|
||||
"emergency_access": "Emergency Access"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue