mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-26 07:23:40 +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)
9 lines
129 B
JSON
9 lines
129 B
JSON
{
|
|
"key": "polling_station",
|
|
"type": "check",
|
|
"label": "Polling Place",
|
|
"terms": [
|
|
"voting place"
|
|
]
|
|
}
|