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,
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ class Admin implements ISettings
|
|||
'cache' => $this->config->getAppValue('cache', '0'),
|
||||
'always-displayed' => $this->config->getAppValue('always-displayed', '0'),
|
||||
'big-menu' => $this->config->getAppValue('big-menu', '0'),
|
||||
'side-with-categories' => $this->config->getAppValue('side-with-categories', '0'),
|
||||
'big-menu-hidden-apps' => $this->config->getAppValueArray('big-menu-hidden-apps', '[]'),
|
||||
'display-logo' => $this->config->getAppValue('display-logo', '1'),
|
||||
'add-logo-link' => $this->config->getAppValue('add-logo-link', '1'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue