Update advanced-config.php

This commit is contained in:
Julian Prieber 2022-07-05 00:04:00 +02:00
parent 2102d88373
commit 4b74298bf2
1 changed files with 15 additions and 1 deletions

View File

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