From e3284a95cda17207caae2a01f8efc35fa8f77a24 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 10 Apr 2025 04:53:18 +0200 Subject: [PATCH] Themes(entrance): mark some questions as being important for accessibility --- assets/layers/entrance/entrance.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/assets/layers/entrance/entrance.json b/assets/layers/entrance/entrance.json index e044044ff..6959ee2d1 100644 --- a/assets/layers/entrance/entrance.json +++ b/assets/layers/entrance/entrance.json @@ -118,10 +118,20 @@ } ], "tagRenderings": [ - "images", + { + "builtin": "images", + "override": { + "labels": [ + "accessibility" + ] + } + }, "level", { "id": "Entrance type", + "labels": [ + "accessibility" + ], "question": { "en": "What type of entrance is this?", "nl": "Wat voor ingang is dit?", @@ -297,6 +307,9 @@ }, { "id": "Door_type", + "labels": [ + "accessibility" + ], "question": { "en": "What is the type of this door?", "nl": "Om wat voor deur gaat het?", @@ -393,6 +406,9 @@ } }, { + "labels": [ + "accessibility" + ], "id": "automatic_door", "question": "Is this door automated?", "condition": "door!=no", @@ -515,6 +531,9 @@ }, { "id": "width", + "labels": [ + "accessibility" + ], "render": { "en": "This door has a width of {canonical(width)}", "nl": "Deze deur heeft een breedte van {canonical(width)}", @@ -540,6 +559,9 @@ }, { "id": "kerb-height", + "labels": [ + "accessibility" + ], "question": { "en": "What is the height of this kerb?", "fr": "Quelle est la hauteur de ce seuil ?", @@ -590,6 +612,9 @@ }, { "id": "ref", + "labels": [ + "accessibility" + ], "question": { "en": "Does this door have a reference number?", "nl": "Heeft deze toegang een referentienummer?"