matrix_elementweb: Fix Labs setting name in config

According to https://github.com/vector-im/element-web/blob/develop/docs/config.md this is not named enableLabs anymore.
This commit is contained in:
saibotk 2021-10-20 17:27:43 +02:00
parent b3e9eaf1ff
commit e79527b8a7
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -13,7 +13,7 @@
"integrations_widgets_urls": {{ matrix_elementweb_integrations_widgets_urls | to_json }},
"integrations_jitsi_widget_url": {{ matrix_elementweb_integrations_jitsi_widget_url | string | to_json }},
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"enableLabs": true,
"showLabsSettings": true,
{% if matrix_elementweb_enable_presence_by_hs_url %}
"enable_presence_by_hs_url": {{ matrix_elementweb_enable_presence_by_hs_url | to_json }},
{% endif %}