forked from deblan/side_menu
add options to select apps that must be displayed in the top menu (replace exteral sites option)
This commit is contained in:
parent
caa9c092ef
commit
ffab77aff2
8 changed files with 67 additions and 23 deletions
|
|
@ -61,6 +61,7 @@ class JsController extends Controller
|
|||
'hide-when-no-apps' => (bool) $this->config->getAppValue('side_menu', 'hide-when-no-apps', '0'),
|
||||
'loader-enabled' => (bool) $this->config->getAppValue('side_menu', 'loader-enabled', '1'),
|
||||
'big-menu' => (bool) $this->config->getAppValue('side_menu', 'big-menu', '0'),
|
||||
'top-menu-apps' => (array) json_decode($this->config->getAppValue('side_menu', 'top-menu-apps', '[]'), true),
|
||||
];
|
||||
|
||||
$response = new TemplateResponse('side_menu', 'js/script', $parameters, 'blank');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue