This commit is contained in:
Pieter Vander Vennet 2022-05-21 02:44:16 +02:00
parent 38a1c4ce7d
commit aba3f84e72

View file

@ -305,11 +305,6 @@
}, },
"then": "This building has no housename" "then": "This building has no housename"
}, },
{
"if": "addr:housename=",
"then": "<div class='subtle'>House or building name</div>",
"hideInAnswer": true
},
{ {
"#": "By adding nohousenumber!=yes, this option will trigger when first added, but will be untriggered if a housenumber is added, resulting in the question poping up!", "#": "By adding nohousenumber!=yes, this option will trigger when first added, but will be untriggered if a housenumber is added, resulting in the question poping up!",
"if": { "if": {
@ -346,17 +341,6 @@
"addExtraTags": [ "addExtraTags": [
"addr:housenumber=" "addr:housenumber="
] ]
},
{
"if": {
"and": [
"addr:housenumber="
]
},
"then": {
"en": "<div class='subtle'>Number (e.g. 1, 1A, 2)</div>"
},
"hideInAnswer": true
} }
] ]
}, },