mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
66b9054e38
This makes the .json files the one-stop-shop for adding/modifying presets. You don't have to remember to also update presets.yaml.
13 lines
205 B
JSON
13 lines
205 B
JSON
{
|
|
"key": "wheelchair",
|
|
"type": "radio",
|
|
"options": [
|
|
"yes",
|
|
"limited",
|
|
"no"
|
|
],
|
|
"icon": "wheelchair",
|
|
"universal": "true",
|
|
"label": "Wheelchair Access"
|
|
}
|