From a4018d88b0f187b907c68a49dcfb496c0259bb91 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 30 Aug 2024 23:31:28 +0200 Subject: [PATCH] Themes: add paid as option, fix #2119 --- assets/layers/playground/playground.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/assets/layers/playground/playground.json b/assets/layers/playground/playground.json index 0e3950630c..6ffc8f63ee 100644 --- a/assets/layers/playground/playground.json +++ b/assets/layers/playground/playground.json @@ -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?",