Update advanced-config.php.example

This commit is contained in:
Julian Prieber 2022-07-12 15:52:02 +02:00
parent 2fe9519aaa
commit 5dbd3351e9
1 changed files with 16 additions and 1 deletions

View File

@ -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". '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".
]; ];