Files
iD/data/presets/fields/level.json
Quincy Morgan 029e2ee9f5 Make the Level field non-universal and add it only to related presets (re: #5719)
Allow specifying a key that will prevent a field from displaying
Don't show the Level field on features with a `building` tag
2019-09-13 14:07:12 -04:00

15 lines
225 B
JSON

{
"key": "level",
"type": "combo",
"label": "Level",
"terms": [
"building floor",
"deck",
"storey",
"story"
],
"prerequisiteTag": {
"keyNot": "building"
}
}