Add Via field to route relations (re: #104)

This commit is contained in:
Quincy Morgan 2021-01-05 10:18:33 -05:00
parent 11f552486c
commit 9f092d884f
8 changed files with 21 additions and 6 deletions

6
data/fields/via.json Normal file
View file

@ -0,0 +1,6 @@
{
"key": "via",
"type": "semiCombo",
"label": "Via",
"snake_case": false
}