element-web camelCase renaming (settingDefault -> setting_defaults)

This commit is contained in:
Slavi Pantaleev
2023-08-10 15:53:02 +03:00
parent c4f716624b
commit 38c9aa9369
5 changed files with 7 additions and 6 deletions

View File

@ -8,8 +8,8 @@
"base_url": {{ matrix_client_element_default_is_url | string | to_json }}
}
},
"settingDefaults": {
"custom_themes": {{ matrix_client_element_settingDefaults_custom_themes | to_json }}
"setting_defaults": {
"custom_themes": {{ matrix_client_element_setting_defaults_custom_themes | to_json }}
},
"default_theme": {{ matrix_client_element_default_theme | string | to_json }},
"default_country_code": {{ matrix_client_element_default_country_code | string | to_json }},