add tagRendering for group_only=yes
This commit is contained in:
parent
a6c12e5efb
commit
7ba0fa3b61
1 changed files with 31 additions and 0 deletions
|
@ -63,6 +63,37 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"question": {
|
||||
"de": "Ist dieser Zeltplatz ausschließlich für Gruppen?",
|
||||
"en": "Is this campsite exclusively for groups?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"group_only=yes"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This campsite is exclusively for groups",
|
||||
"de": "Dieser Zeltplatz ist ausschließlich für Gruppen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"group_only=no"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This campsite is not exclusively for groups",
|
||||
"de": "Dieser Zeltplatz ist nicht ausschließlich für Gruppen"
|
||||
}
|
||||
}
|
||||
],
|
||||
"id": "group_only"
|
||||
},
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this campsite?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue