Sfoglia il codice sorgente

element-web camelCase renaming (embeddedPages -> embedded_pages)

pull/2820/head
Slavi Pantaleev 2 anni fa
parent
commit
c4f716624b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      roles/custom/matrix-client-element/templates/config.json.j2

+ 1
- 1
roles/custom/matrix-client-element/templates/config.json.j2 Vedi File

@@ -30,7 +30,7 @@
{% if matrix_client_element_enable_presence_by_hs_url is not none %}
"enable_presence_by_hs_url": {{ matrix_client_element_enable_presence_by_hs_url | to_json }},
{% endif %}
"embeddedPages": {
"embedded_pages": {
"homeUrl": {{ matrix_client_element_embedded_pages_home_url | string | to_json }}
},
{% if matrix_client_element_jitsi_preferredDomain %}


Caricamento…
Annulla
Salva