2024-01-30 14:35:49 +01:00
|
|
|
# Element config.json
|
2020-02-05 15:52:28 +01:00
|
|
|
|
2024-01-30 14:35:49 +01:00
|
|
|
Initially copied from https://develop.element.io/config.json, but it has
|
|
|
|
evolved.
|
2020-02-05 15:52:28 +01:00
|
|
|
|
2024-01-30 14:35:49 +01:00
|
|
|
<!-- editorconfig-checker-disable -->
|
|
|
|
<!-- prettier-ignore-start -->
|
2020-02-05 15:52:28 +01:00
|
|
|
|
2024-01-30 14:35:49 +01:00
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
2023-02-26 18:01:13 +01:00
|
|
|
|
2024-01-30 14:35:49 +01:00
|
|
|
- [Placement](#placement)
|
|
|
|
- [Labs features for config.json](#labs-features-for-configjson)
|
2021-09-30 10:49:59 +02:00
|
|
|
|
2024-01-30 14:35:49 +01:00
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
|
|
|
|
<!-- prettier-ignore-end -->
|
|
|
|
<!-- editorconfig-checker-enable -->
|
|
|
|
|
|
|
|
## Placement
|
|
|
|
|
|
|
|
- Flatpak: `~/.var/app/im.riot.Riot/config/Riot/config.json`
|
|
|
|
or `~/.var/app/im.riot.Riot/config/Element-PROFILENAMEHERE/config.json`
|
|
|
|
- Linux outside of flatpak: `~/.config/Element/config.json` or `~/.config/Element-PROFILENAMEHERE/config.json`
|
|
|
|
- failing that it appears to also read `~/.config/Riot/*` should that exist.
|
|
|
|
- Windows: `%APPDATA%\Element\config.json` or youcan figure out the profile
|
|
|
|
name if you use Windows.
|
|
|
|
|
|
|
|
## Labs features for config.json
|
2022-08-04 22:23:52 +02:00
|
|
|
|
2023-02-26 18:01:13 +01:00
|
|
|
- https://github.com/vector-im/element-web/blob/develop/docs/labs.md
|
|
|
|
- https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/settings/Settings.tsx
|