Themes: add hostel, cleanup of hotel

This commit is contained in:
Pieter Vander Vennet 2024-08-12 10:07:33 +02:00
parent ba6027dda3
commit 8e9ae0529b
7 changed files with 228 additions and 6 deletions

View file

@ -2902,6 +2902,31 @@
"render": {
"*": "{preset_description()}"
}
},
{
"id": "brand",
"question": {
"en": "Is this part of a bigger brand?"
},
"render": {
"en": "Part of {brand}"
},
"freeform": {
"key": "brand",
"addExtraTags": ["nobrand="]
},
"mappings": [
{
"if": "nobrand=yes",
"addExtraTags": [
"brand=",
"brand:wikidata="
],
"then": {
"en": "Not part of a bigger brand"
}
}
]
}
]
}