Procházet zdrojové kódy

element-web camelCase renaming (embeddedPages -> embedded_pages)

pull/2820/head
Slavi Pantaleev před 2 roky
rodič
revize
c4f716624b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-client-element/templates/config.json.j2

+ 1
- 1
roles/custom/matrix-client-element/templates/config.json.j2 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit