From 4b74298bf2d3377f03faf547691ad8c17b85676b Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Tue, 5 Jul 2022 00:04:00 +0200 Subject: [PATCH] Update advanced-config.php --- storage/templates/advanced-config.php | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/storage/templates/advanced-config.php b/storage/templates/advanced-config.php index 9143afa..0609b91 100644 --- a/storage/templates/advanced-config.php +++ b/storage/templates/advanced-config.php @@ -224,7 +224,7 @@ return [ 'icon' => 'fa-hand-holding-heart', 'custom_css' => 'color:#ffffff; background-image:radial-gradient(circle, #00d2ff 0%, #3a7bd5 95%);' ), - ) + ), /* |--------------------------------| @@ -276,4 +276,18 @@ return [ |--------------------------------| */ + + /* + |-------------------------------------------------------------------------- + | Extra Settings + |-------------------------------------------------------------------------- + | + */ + + // Expands admin menu on the Admin Panel Sidebar permanently + 'expand_panel_admin_menu_permanently' => 'false', // 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