mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Also allow checkbox field to display non-standard values (i.e. not 'yes' or 'no) in the field label
15 lines
306 B
JSON
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"
|
|
}
|
|
}
|
|
}
|