Files
iD/data/presets/fields/destination_oneway.json
Bryan Housel 96a15934ca Don't snake_case values for destination and destination:ref fields
(closes #5842)

But continue to snake_case the values for `destination:symbol`
2019-02-02 12:05:19 -05:00

11 lines
188 B
JSON

{
"key": "destination",
"type": "semiCombo",
"label": "Destinations",
"prerequisiteTag": {
"key": "oneway",
"value": "yes"
},
"snake_case": false
}