forked from deblan/side_menu
fix #63: add a new side menu with categories
This commit is contained in:
parent
1896bb399d
commit
3975f3be28
13 changed files with 453 additions and 35 deletions
|
|
@ -152,6 +152,7 @@ class JsController extends Controller
|
|||
'hide-when-no-apps' => $this->config->getAppValueBool('hide-when-no-apps', '0'),
|
||||
'loader-enabled' => $this->config->getAppValueBool('loader-enabled', '1'),
|
||||
'always-displayed' => $this->config->getAppValueBool('always-displayed', '0'),
|
||||
'side-with-categories' => $this->config->getAppValueBool('side-with-categories', '0'),
|
||||
'big-menu' => $this->config->getAppValueBool('big-menu', '0'),
|
||||
'big-menu-hidden-apps' => $this->config->getAppValueArray('big-menu-hidden-apps', '[]'),
|
||||
'avatar' => $avatar,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue