Add labs flag for tabbed settings

This commit is contained in:
Travis Ralston 2019-01-22 10:28:33 -07:00
parent 0deb210fd8
commit 5ef9015133
3 changed files with 57 additions and 47 deletions

View file

@ -84,6 +84,12 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_tabbed_settings": {
isFeature: true,
displayName: _td("Tabbed settings"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_custom_status": {
isFeature: true,
displayName: _td("Custom user status messages"),