Use only snake case for element-web config since camel case is deprecated
This commit is contained in:
parent
d036d4a167
commit
440251d2fc
6 changed files with 20 additions and 17 deletions
|
@ -24,12 +24,12 @@
|
|||
],
|
||||
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
|
||||
"uisi_autorageshake_app": "element-auto-uisi",
|
||||
"defaultCountryCode": "DE",
|
||||
"showLabsSettings": true,
|
||||
"features": { },
|
||||
"default_country_code": "DE",
|
||||
"show_labs_settings": true,
|
||||
"features": {},
|
||||
"default_federate": true,
|
||||
"default_theme": "dark",
|
||||
"roomDirectory": {
|
||||
"room_directory": {
|
||||
"servers": [
|
||||
"matrix.org"
|
||||
]
|
||||
|
@ -39,7 +39,7 @@
|
|||
"https://matrix.org": false,
|
||||
"https://matrix-client.matrix.org": false
|
||||
},
|
||||
"settingDefaults": {
|
||||
"setting_defaults": {
|
||||
"breadcrumbs": true
|
||||
},
|
||||
"jitsi": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue