mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Allow specifying a key that will prevent a field from displaying Don't show the Level field on features with a `building` tag
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"key": "level",
|
|
"type": "combo",
|
|
"label": "Level",
|
|
"terms": [
|
|
"building floor",
|
|
"deck",
|
|
"storey",
|
|
"story"
|
|
],
|
|
"prerequisiteTag": {
|
|
"keyNot": "building"
|
|
}
|
|
}
|