From 5dbd3351e9e1623ae415e0ab0d032f9aae78ba09 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Tue, 12 Jul 2022 15:52:02 +0200 Subject: [PATCH] Update advanced-config.php.example --- config/advanced-config.php.example | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/config/advanced-config.php.example b/config/advanced-config.php.example index db9b48c..5cf0182 100644 --- a/config/advanced-config.php.example +++ b/config/advanced-config.php.example @@ -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". + + ]; \ No newline at end of file