forked from MapComplete/MapComplete
Themes: add hostel, cleanup of hotel
This commit is contained in:
parent
ba6027dda3
commit
8e9ae0529b
7 changed files with 228 additions and 6 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue