Point at Settings.tsx for locating available settings (#21978)

* Point at Settings.tsx for locating available settings

Signed-off-by: Johannes Marbach <johannesm@element.io>
pull/22149/head
Johannes Marbach 2022-05-10 12:06:10 +02:00 committed by GitHub
parent cdf95ab8b7
commit 915c839148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@ instance. As of writing those settings are not fully documented, however a few a
}
}
```
These values will take priority over the hardcoded defaults for the settings.
These values will take priority over the hardcoded defaults for the settings. For a list of available settings, see
[Settings.tsx](https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/settings/Settings.tsx).
## Customisation & branding