mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 19:31:41 +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)
13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"key": "internet_access:ssid",
|
|
"type": "text",
|
|
"label": "Wifi Network Name",
|
|
"prerequisiteTag": {
|
|
"key": "internet_access",
|
|
"valueNot": "no"
|
|
},
|
|
"terms": [
|
|
"ssid"
|
|
]
|
|
}
|