mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Also allow checkbox field to display non-standard values (i.e. not 'yes' or 'no) in the field label
15 lines
307 B
JSON
15 lines
307 B
JSON
{
|
|
"key": "oneway",
|
|
"type": "onewayCheck",
|
|
"label": "One Way",
|
|
"strings": {
|
|
"options": {
|
|
"undefined": "Assumed to be Yes",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"reversible": "Reversible",
|
|
"alternating": "Alternating"
|
|
}
|
|
}
|
|
}
|