Added cardinal direction field to some route presets

This commit is contained in:
Minh Nguyễn 2021-08-06 21:58:34 -07:00
parent 2a3ab19203
commit 097273cc8c
5 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"key": "direction",
"type": "combo",
"label": "Direction",
"strings": {
"options": {
"north": "Northbound",
"south": "Southbound",
"east": "Eastbound",
"west": "Westbound"
}
},
"autoSuggestions" : false
}