add option to hide apps (big menu display)
This commit is contained in:
parent
10e90df4b8
commit
02825cee67
4 changed files with 41 additions and 2 deletions
|
|
@ -150,6 +150,7 @@ class JsController extends Controller
|
|||
'loader-enabled' => $this->config->getAppValueBool('loader-enabled', '1'),
|
||||
'always-displayed' => $this->config->getAppValueBool('always-displayed', '0'),
|
||||
'big-menu' => $this->config->getAppValueBool('big-menu', '0'),
|
||||
'big-menu-hidden-apps' => $this->config->getAppValueArray('big-menu-hidden-apps', '[]'),
|
||||
'avatar' => $avatar,
|
||||
'top-menu-apps' => $topMenuApps,
|
||||
'target-blank-apps' => $targetBlankApps,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue