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 [
71
71
*/
72
72
73
73
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.
75
75
'theme' => 'light', // Either "dark" or "light".
76
76
77
77
@@ -285,4 +285,19 @@ return [
285
285
|--------------------------------|
286
286
*/
287
287
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
+
288
303
];
You can’t perform that action at this time.
0 commit comments