diff --git a/assets/layers/playground/playground.json b/assets/layers/playground/playground.json index 0e3950630..6ffc8f63e 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?",