From f20219cf37711b42e8bf1d4a4a1c0379d7d8df0e Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 7 Jun 2023 15:39:05 +0200 Subject: [PATCH] Themes: add 'skateboard' as sport pitch option --- assets/layers/sport_pitch/sport_pitch.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/layers/sport_pitch/sport_pitch.json b/assets/layers/sport_pitch/sport_pitch.json index 35b6c9d7b5..e7733347f5 100644 --- a/assets/layers/sport_pitch/sport_pitch.json +++ b/assets/layers/sport_pitch/sport_pitch.json @@ -166,6 +166,13 @@ "es": "AquĆ­ se juega al baloncesto" }, "hideInAnswer": true + }, + { + "if": "sport=skateboard", + "then": { + "en": "This is a skatepark", + "nl": "Dit is een skatepark" + } } ], "id": "sport_pitch-sport" @@ -677,4 +684,4 @@ }, "open_now" ] -} \ No newline at end of file +}