Skip to content

Commit 4b74298

Browse files
committed
Update advanced-config.php
1 parent 2102d88 commit 4b74298

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

storage/templates/advanced-config.php

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
'icon' => 'fa-hand-holding-heart',
225225
'custom_css' => 'color:#ffffff; background-image:radial-gradient(circle, #00d2ff 0%, #3a7bd5 95%);'
226226
),
227-
)
227+
),
228228

229229
/*
230230
|--------------------------------|
@@ -276,4 +276,18 @@
276276
|--------------------------------|
277277
*/
278278

279+
280+
/*
281+
|--------------------------------------------------------------------------
282+
| Extra Settings
283+
|--------------------------------------------------------------------------
284+
|
285+
*/
286+
287+
// Expands admin menu on the Admin Panel Sidebar permanently
288+
'expand_panel_admin_menu_permanently' => 'false', // Either "true" or "false".
289+
290+
// Should only be used in a local testing environment
291+
'disable_default_password_notice' => 'false', // Either "true" or "false".
292+
279293
];

0 commit comments

Comments
 (0)