add feature flag, allowing to revert to old slate editor

This commit is contained in:
Bruno Windels 2019-08-22 14:07:43 +01:00
parent 6e54bb8e51
commit b395fad834
2 changed files with 29 additions and 10 deletions

View file

@ -114,6 +114,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_cider_composer": {
isFeature: true,
displayName: _td("Use the new, faster, but still experimental composer for writing messages (requires refresh)"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"MessageComposerInput.suggestEmoji": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Enable Emoji suggestions while typing'),