Ver a proveniência

element-web camelCase renaming (embeddedPages -> embedded_pages)

pull/2820/head
Slavi Pantaleev há 2 anos
ascendente
cometimento
c4f716624b
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/custom/matrix-client-element/templates/config.json.j2

+ 1
- 1
roles/custom/matrix-client-element/templates/config.json.j2 Ver ficheiro

@@ -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 %}


Carregando…
Cancelar
Guardar