From 7ebaaa7e322784f55e41a8880992359fb5fbfdc2 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 17 Mar 2023 16:21:14 +0100 Subject: [PATCH] Enable 'sides'-question for screens and billboards too --- assets/themes/advertising/advertising.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/assets/themes/advertising/advertising.json b/assets/themes/advertising/advertising.json index de252f420c..2f1a1e7a78 100644 --- a/assets/themes/advertising/advertising.json +++ b/assets/themes/advertising/advertising.json @@ -630,7 +630,13 @@ "condition": { "and": [ "_referencing_ways=", - "advertising=poster_box" + { + "or": [ + "advertising=poster_box", + "advertising=screen", + "advertising=billboard" + ] + } ] }, "question": { @@ -642,7 +648,7 @@ { "if": "sides=1", "then": { - "en": "This poster box has advertisements on a single side", + "en": "This object has advertisements on a single side", "ca": "Aquest mupi té publicitat a un únic costat", "es": "Este mupi tiene publicidad en un único lado" } @@ -650,7 +656,7 @@ { "if": "sides=2", "then": { - "en": "This poster box has advertisements on both sides", + "en": "This object has advertisements on both sides", "ca": "Aquest mupi té publicitat pels dos costas", "es": "Este mupi tiene publicidad por los dos lados" }