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