ref(toolbar): use new toolbar by default (#2666)
This commit is contained in:
parent
f3a90f048a
commit
2b7cdbc6a8
|
@ -157,14 +157,15 @@ var interfaceConfig = {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a temporary feature flag used to gate access to the toolbox so it
|
* 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
|
* can be developed through smaller changesets and set to false if bad bugs
|
||||||
* removed at some point, as well as the old toolbox. This new toolbox will
|
* are found. This feature flag will be removed at some point, as well as
|
||||||
* be horizontal and support for horizontal filmstrip will be removed,
|
* the old toolbox. This new toolbox will be horizontal and the previous
|
||||||
* except in the case of interfaceConfig.filmStripOnly being true.
|
* feature of supporting menu button ordering through interfaceConfig will
|
||||||
|
* be removed. Support for configuring which buttons display will remain.
|
||||||
*
|
*
|
||||||
* @type {boolean}
|
* @type {boolean}
|
||||||
*/
|
*/
|
||||||
_USE_NEW_TOOLBOX: false
|
_USE_NEW_TOOLBOX: true
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Specify custom URL for downloading android mobile app.
|
* Specify custom URL for downloading android mobile app.
|
||||||
|
|
Loading…
Reference in New Issue