Themes(entrance): mark some questions as being important for accessibility

This commit is contained in:
Pieter Vander Vennet 2025-04-10 04:53:18 +02:00
parent ed8414dab9
commit e3284a95cd

View file

@ -118,10 +118,20 @@
} }
], ],
"tagRenderings": [ "tagRenderings": [
"images", {
"builtin": "images",
"override": {
"labels": [
"accessibility"
]
}
},
"level", "level",
{ {
"id": "Entrance type", "id": "Entrance type",
"labels": [
"accessibility"
],
"question": { "question": {
"en": "What type of entrance is this?", "en": "What type of entrance is this?",
"nl": "Wat voor ingang is dit?", "nl": "Wat voor ingang is dit?",
@ -297,6 +307,9 @@
}, },
{ {
"id": "Door_type", "id": "Door_type",
"labels": [
"accessibility"
],
"question": { "question": {
"en": "What is the type of this door?", "en": "What is the type of this door?",
"nl": "Om wat voor deur gaat het?", "nl": "Om wat voor deur gaat het?",
@ -393,6 +406,9 @@
} }
}, },
{ {
"labels": [
"accessibility"
],
"id": "automatic_door", "id": "automatic_door",
"question": "Is this door automated?", "question": "Is this door automated?",
"condition": "door!=no", "condition": "door!=no",
@ -515,6 +531,9 @@
}, },
{ {
"id": "width", "id": "width",
"labels": [
"accessibility"
],
"render": { "render": {
"en": "This door has a width of {canonical(width)}", "en": "This door has a width of {canonical(width)}",
"nl": "Deze deur heeft een breedte van {canonical(width)}", "nl": "Deze deur heeft een breedte van {canonical(width)}",
@ -540,6 +559,9 @@
}, },
{ {
"id": "kerb-height", "id": "kerb-height",
"labels": [
"accessibility"
],
"question": { "question": {
"en": "What is the height of this kerb?", "en": "What is the height of this kerb?",
"fr": "Quelle est la hauteur de ce seuil ?", "fr": "Quelle est la hauteur de ce seuil ?",
@ -590,6 +612,9 @@
}, },
{ {
"id": "ref", "id": "ref",
"labels": [
"accessibility"
],
"question": { "question": {
"en": "Does this door have a reference number?", "en": "Does this door have a reference number?",
"nl": "Heeft deze toegang een referentienummer?" "nl": "Heeft deze toegang een referentienummer?"