mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add terms property to fields Make terms translatable for searchable fields Account for fields' terms and keys when filtering with the Add field menu (close #5763)
14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"key": "website",
|
|
"type": "url",
|
|
"icon": "website",
|
|
"placeholder": "https://example.com",
|
|
"label": "Website",
|
|
"terms": [
|
|
"internet presence",
|
|
"uri",
|
|
"url",
|
|
"webpage"
|
|
]
|
|
}
|