settings for Pixelegg / standard template

This commit is contained in:
ralf 2022-07-19 15:46:13 +02:00
parent e887a14238
commit 656e6561d9

View File

@ -66,7 +66,7 @@ $GLOBALS['settings'] = array(
'forced' => false,
),
'open_tabs' => array(
'type' => 'multiselect',
'type' => 'select-tabs',
'label' => 'Open application tabs',
'name' => 'open_tabs',
'values' => $apps,
@ -76,7 +76,7 @@ $GLOBALS['settings'] = array(
'default' => 'addressbook,calendar,mail,filemanager,infolog,rocketchat',
),
'active_tab' => array(
'type' => 'select',
'type' => 'select-tab',
'label' => 'Active application tab',
'name' => 'active_tab',
'values' => $apps,
@ -126,4 +126,4 @@ $GLOBALS['settings'] = array(
'navbar_format' => false, // not used in JDots (defined in common prefs)
'default_app' => false, // not used in JDots, as we can have multiple tabs open ...
);
unset($apps);
unset($apps);