mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-25 13:50:53 +02:00
Merge branch 'route-directions-202' into main
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
"label": "Direction",
|
||||
"strings": {
|
||||
"options": {
|
||||
"north": "Northbound",
|
||||
"south": "Southbound",
|
||||
"east": "Eastbound",
|
||||
"west": "Westbound"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false,
|
||||
"locationSet": {
|
||||
"include": [ "CA", "NZ", "US" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user