Clear extra tags in some case, automagically match input

This commit is contained in:
Robin van der Linde 2024-04-29 01:36:27 +02:00
parent 8234616168
commit 117bf77dbd
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
3 changed files with 56 additions and 5 deletions

View file

@ -194,6 +194,26 @@
}
]
},
{
"id": "post_offic_brand",
"condition": "amenity=post_office",
"question": {
"en": "To which brand does this post office belong?"
},
"render": {
"en": "This is a {brand} post office"
},
"freeform": {
"type": "nsi",
"key": "brand",
"placeholder": {
"en": "Brand of the post office"
},
"helperArgs": [
"amenity=post_office"
]
}
},
{
"id": "partner-brand",
"render": {
@ -639,4 +659,4 @@
]
}
]
}
}