|
|
@@ -1325,6 +1325,12 @@ class Organizr
|
|
|
'label' => 'Show Organizr Sign out & in Button on Sidebar',
|
|
|
'value' => $this->config['organizrSignoutMenuLink']
|
|
|
),
|
|
|
+ array(
|
|
|
+ 'type' => 'switch',
|
|
|
+ 'name' => 'expandCategoriesByDefault',
|
|
|
+ 'label' => 'Expand All Categories',
|
|
|
+ 'value' => $this->config['expandCategoriesByDefault']
|
|
|
+ ),
|
|
|
array(
|
|
|
'type' => 'select',
|
|
|
'name' => 'unsortedTabs',
|
|
|
@@ -3482,6 +3488,7 @@ class Organizr
|
|
|
'debugArea' => $this->qualifyRequest($this->config['debugAreaAuth']),
|
|
|
'debugErrors' => $this->config['debugErrors'],
|
|
|
'sandbox' => $this->config['sandbox'],
|
|
|
+ 'expandCategoriesByDefault' => $this->config['expandCategoriesByDefault']
|
|
|
),
|
|
|
'menuLink' => array(
|
|
|
'githubMenuLink' => $this->config['githubMenuLink'],
|