Update advanced-config.php.example
This commit is contained in:
parent
2fe9519aaa
commit
5dbd3351e9
|
@ -71,7 +71,7 @@ return [
|
|||
*/
|
||||
|
||||
|
||||
// Overwrites default theme regardless of preference defined by the operating system, unless manually overwritten by user.
|
||||
// Overwrites default theme regardless of preference defined by the operating system.
|
||||
'theme' => 'light', // Either "dark" or "light".
|
||||
|
||||
|
||||
|
@ -285,4 +285,19 @@ return [
|
|||
|--------------------------------|
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Extra Settings
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
*/
|
||||
|
||||
// Expands admin menu on the Admin Panel Sidebar permanently
|
||||
'expand_panel_admin_menu_permanently' => 'true', // Either "true" or "false".
|
||||
|
||||
// Should only be used in a local testing environment
|
||||
'disable_default_password_notice' => 'false', // Either "true" or "false".
|
||||
|
||||
|
||||
];
|
Loading…
Reference in New Issue