Change settingDefaults to setting_defaults

`settingDefaults` is deprecated
This commit is contained in:
Aaron Raimist 2024-06-20 05:00:21 +00:00
commit 3bc82abc3d
No known key found for this signature in database
GPG key ID: DD9A36A59CF16185

View file

@ -19,11 +19,11 @@ One example of an instance that has Labs enabled is https://develop.element.io h
### Self host Element or use Element Desktop:
If you are self hosting your own instance of Element or you are using the Desktop app, you can use these themes by editing your `config.json` file. Put the themes you want inside of the `settingDefaults` section like this:
If you are self hosting your own instance of Element or you are using the Desktop app, you can use these themes by editing your `config.json` file. Put the themes you want inside of the `setting_defaults` section like this:
```json
{
"settingDefaults": {
"setting_defaults": {
"custom_themes": [
{
"name": "Example theme",