Add feature flag for prototypes
This commit is contained in:
parent
5c71e33362
commit
0c80db8820
2 changed files with 7 additions and 0 deletions
|
@ -109,6 +109,12 @@ export interface ISetting {
|
|||
}
|
||||
|
||||
export const SETTINGS: {[setting: string]: ISetting} = {
|
||||
"feature_communities_v2_prototypes": {
|
||||
isFeature: true,
|
||||
displayName: _td("Communities v2 prototypes. Requires compatible homeserver. Highly experimental - use with caution."),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_new_spinner": {
|
||||
isFeature: true,
|
||||
displayName: _td("New spinner design"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue