Files
iD/data/presets/fields/oneway.json
Bryan Housel b2eb982044 Add support for oneway alternating/reversible to oneway check fields
Also allow checkbox field to display non-standard values
(i.e. not 'yes' or 'no) in the field label
2018-01-04 13:41:35 -05:00

15 lines
306 B
JSON

{
"key": "oneway",
"type": "onewayCheck",
"label": "One Way",
"strings": {
"options": {
"undefined": "Assumed to be No",
"yes": "Yes",
"no": "No",
"reversible": "Reversible",
"alternating": "Alternating"
}
}
}