mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +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)
10 lines
133 B
JSON
10 lines
133 B
JSON
{
|
|
"key": "bin",
|
|
"type": "check",
|
|
"label": "Waste Bin",
|
|
"terms": [
|
|
"garbage can",
|
|
"trash can"
|
|
]
|
|
}
|