mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-13 23:00:21 +02:00
Add string labels for combo fields with limited suggestions but allowed custom values
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user