Proof of concept for custom theme adding

For https://github.com/vector-im/riot-web/issues/12517
This commit is contained in:
Travis Ralston 2020-02-28 11:42:16 -07:00
parent a44d96bb77
commit 8520310e6e
3 changed files with 63 additions and 0 deletions

View file

@ -134,6 +134,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_custom_themes": {
isFeature: true,
displayName: _td("Support adding custom themes"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"mjolnirRooms": {
supportedLevels: ['account'],
default: [],