Files
iD/data/presets/fields/access_simple.json
Bryan Housel a20cc8ed3f Standardize on one access_simple field that includes "yes" option
(closes #4383)

`access_toilets` used to be the only one with the "yes" option,
now it's not needed.
2017-10-02 08:49:32 -04:00

7 lines
144 B
JSON

{
"key": "access",
"type": "combo",
"label": "Allowed Access",
"options": ["yes", "permissive", "private", "customers", "no"]
}