Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2022-05-23 01:24:18 +02:00
commit 839513b9b4
58 changed files with 770 additions and 645 deletions

View file

@ -305,11 +305,6 @@
},
"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!",
"if": {
@ -346,17 +341,6 @@
"addExtraTags": [
"addr:housenumber="
]
},
{
"if": {
"and": [
"addr:housenumber="
]
},
"then": {
"en": "<div class='subtle'>Number (e.g. 1, 1A, 2)</div>"
},
"hideInAnswer": true
}
]
},