mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-05 14:38:00 +02:00
Added cardinal direction field to some route presets
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"key": "direction",
|
||||
"type": "combo",
|
||||
"label": "Direction",
|
||||
"strings": {
|
||||
"options": {
|
||||
"north": "Northbound",
|
||||
"south": "Southbound",
|
||||
"east": "Eastbound",
|
||||
"west": "Westbound"
|
||||
}
|
||||
},
|
||||
"autoSuggestions" : false
|
||||
}
|
||||
Reference in New Issue
Block a user