Themes: add paid as option, fix #2119

This commit is contained in:
Pieter Vander Vennet 2024-08-30 23:31:28 +02:00 committed by GitHub
parent cfa1c28789
commit a4018d88b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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?",