mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-01 17:03:42 +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)
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"key": "building:levels:underground",
|
|
"type": "number",
|
|
"minValue": 0,
|
|
"label": "Underground Levels",
|
|
"placeholder": "2, 4, 6...",
|
|
"terms": [
|
|
"basement levels"
|
|
]
|
|
}
|