ref(toolbar): use new toolbar by default (#2666)

This commit is contained in:
virtuacoplenny 2018-03-27 17:39:42 -07:00 committed by Aaron van Meerten
parent f3a90f048a
commit 2b7cdbc6a8
1 changed files with 6 additions and 5 deletions

View File

@ -157,14 +157,15 @@ var interfaceConfig = {
/**
* This is a temporary feature flag used to gate access to the toolbox so it
* can be developed through smaller changesets. This feature flag will be
* removed at some point, as well as the old toolbox. This new toolbox will
* be horizontal and support for horizontal filmstrip will be removed,
* except in the case of interfaceConfig.filmStripOnly being true.
* can be developed through smaller changesets and set to false if bad bugs
* are found. This feature flag will be removed at some point, as well as
* the old toolbox. This new toolbox will be horizontal and the previous
* feature of supporting menu button ordering through interfaceConfig will
* be removed. Support for configuring which buttons display will remain.
*
* @type {boolean}
*/
_USE_NEW_TOOLBOX: false
_USE_NEW_TOOLBOX: true
/**
* Specify custom URL for downloading android mobile app.