Themes: allow multiple internet access types

This commit is contained in:
Pieter Vander Vennet 2024-09-03 21:00:42 +02:00
parent 00024628cd
commit 786b850dbe

View file

@ -2080,6 +2080,7 @@
"ca": "Aquest lloc ofereix accés a internet?", "ca": "Aquest lloc ofereix accés a internet?",
"pl": "Czy to miejsce oferuje dostęp do Internetu?" "pl": "Czy to miejsce oferuje dostęp do Internetu?"
}, },
"multiAnswer": true,
"mappings": [ "mappings": [
{ {
"if": "internet_access=wlan", "if": "internet_access=wlan",
@ -2259,7 +2260,7 @@
"labels": [ "labels": [
"internet-all" "internet-all"
], ],
"condition": "internet_access=wlan", "condition": "internet_access~.*wlan.*",
"question": { "question": {
"en": "What is the network name for the wireless internet access?", "en": "What is the network name for the wireless internet access?",
"nl": "Wat is de netwerknaam voor de draadloze internettoegang?", "nl": "Wat is de netwerknaam voor de draadloze internettoegang?",