Themes: add paid as option, fix #2119
This commit is contained in:
parent
cfa1c28789
commit
a4018d88b0
1 changed files with 14 additions and 1 deletions
|
@ -136,7 +136,20 @@
|
|||
"tagRenderings": [
|
||||
"images",
|
||||
"reviews",
|
||||
{
|
||||
{"question": {
|
||||
"en": "Does one have to pay to use this playground?",
|
||||
"nl": "Moet men betalen om deze speeltuin te gebruiken?"
|
||||
},
|
||||
"mappings": [
|
||||
{"if": "fee=no",
|
||||
"alsoShowIf": "fee=",
|
||||
"then": {"en": "Free to use", "nl": "Gratis te gebruiken"}
|
||||
},{"if": "fee=yes",
|
||||
|
||||
"then": {"en": "Paid playground", "nl": "Betalend"}
|
||||
}],
|
||||
"filter": true
|
||||
}, {
|
||||
"question": {
|
||||
"nl": "Wat is de ondergrond van deze speeltuin?",
|
||||
"en": "Which is the surface of this playground?",
|
||||
|
|
Loading…
Reference in a new issue