element-web camelCase renaming (permalinkPrefix -> permalink_prefix)

This commit is contained in:
Slavi Pantaleev
2023-08-10 15:48:22 +03:00
parent 809316b16e
commit c800af1bb6
3 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@
},
"default_theme": {{ matrix_client_element_default_theme | string | to_json }},
"default_country_code": {{ matrix_client_element_default_country_code | string | to_json }},
"permalinkPrefix": {{ matrix_client_element_permalinkPrefix | string | to_json }},
"permalink_prefix": {{ matrix_client_element_permalink_prefix | string | to_json }},
"disable_custom_urls": {{ matrix_client_element_disable_custom_urls | to_json }},
"disable_guests": {{ matrix_client_element_disable_guests | to_json }},
"brand": {{ matrix_client_element_brand | to_json }},