Update to 2022-06-14 18:00

This commit is contained in:
Daniel Berteaud
2022-06-14 18:00:13 +02:00
parent 5ce4c0580c
commit 1e9105650c
2 changed files with 8 additions and 2 deletions

View File

@@ -35,5 +35,8 @@
{% endif %}
"UIFeature.registration": {{ (synapse_enable_registration | default(False)) | ternary('true', 'false') }}
},
{% if element_map_style_url is defined and element_map_style_url != '' %}
"map_style_url": "{{ element_map_style_url }}",
{% endif %}
"happyJson": true
}