mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 18:52:57 +00:00
This makes the .json files the one-stop-shop for adding/modifying presets. You don't have to remember to also update presets.yaml.
20 lines
391 B
JSON
20 lines
391 B
JSON
{
|
|
"type": "address",
|
|
"keys": [
|
|
"addr:housename",
|
|
"addr:housenumber",
|
|
"addr:street",
|
|
"addr:city"
|
|
],
|
|
"icon": "address",
|
|
"universal": true,
|
|
"label": "Address",
|
|
"strings": {
|
|
"placeholders": {
|
|
"housename": "Housename",
|
|
"number": "123",
|
|
"street": "Street",
|
|
"city": "City"
|
|
}
|
|
}
|
|
} |