mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +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)
20 lines
352 B
JSON
20 lines
352 B
JSON
{
|
|
"key": "source",
|
|
"type": "semiCombo",
|
|
"icon": "source",
|
|
"universal": true,
|
|
"label": "Sources",
|
|
"snake_case": false,
|
|
"caseSensitive": true,
|
|
"options": [
|
|
"survey",
|
|
"local knowledge",
|
|
"gps",
|
|
"aerial imagery",
|
|
"streetlevel imagery"
|
|
],
|
|
"terms": [
|
|
"reference"
|
|
]
|
|
}
|