mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
(closes #4383) `access_toilets` used to be the only one with the "yes" option, now it's not needed.
7 lines
144 B
JSON
7 lines
144 B
JSON
{
|
|
"key": "access",
|
|
"type": "combo",
|
|
"label": "Allowed Access",
|
|
"options": ["yes", "permissive", "private", "customers", "no"]
|
|
}
|