Files
iD/data/presets/fields/address.json
John Firebaugh cb1972d76f Make field reference more flexible
Will need to support {"rtype": "restriction"} for turn
restriction field.
2014-05-14 17:22:24 -07:00

22 lines
426 B
JSON

{
"type": "address",
"keys": [
"addr:housenumber",
"addr:street",
"addr:city",
"addr:postcode"
],
"reference": {"key": "addr"},
"icon": "address",
"universal": true,
"label": "Address",
"strings": {
"placeholders": {
"number": "123",
"street": "Street",
"city": "City",
"postcode": "Postal code"
}
}
}