File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ return [
7171 */
7272
7373
74- // Overwrites default theme regardless of preference defined by the operating system, unless manually overwritten by user .
74+ // Overwrites default theme regardless of preference defined by the operating system.
7575 'theme' => 'light', // Either "dark" or "light".
7676
7777
@@ -285,4 +285,19 @@ return [
285285 |--------------------------------|
286286 */
287287
288+
289+ /*
290+ |--------------------------------------------------------------------------
291+ | Extra Settings
292+ |--------------------------------------------------------------------------
293+ |
294+ */
295+
296+ // Expands admin menu on the Admin Panel Sidebar permanently
297+ 'expand_panel_admin_menu_permanently' => 'true', // Either "true" or "false".
298+
299+ // Should only be used in a local testing environment
300+ 'disable_default_password_notice' => 'false', // Either "true" or "false".
301+
302+
288303];
You can’t perform that action at this time.
0 commit comments