Proof of concept for custom theme adding
For https://github.com/vector-im/riot-web/issues/12517
This commit is contained in:
parent
a44d96bb77
commit
8520310e6e
3 changed files with 63 additions and 0 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue