We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a4896 commit 09653adCopy full SHA for 09653ad
config/debugbar.php
@@ -60,7 +60,7 @@
60
|
61
*/
62
63
- 'editor' => env('DEBUGBAR_EDITOR', 'phpstorm'),
+ 'editor' => env('DEBUGBAR_EDITOR') ?: env('IGNITION_EDITOR', 'phpstorm'),
64
65
/*
66
|--------------------------------------------------------------------------
@@ -305,7 +305,7 @@
305
| Switches between light and dark theme. If set to auto it will respect system preferences
306
| Possible values: auto, light, dark
307
308
- 'theme' => env('DEBUGBAR_THEME', 'auto'),
+ 'theme' => env('DEBUGBAR_THEME') ?: env('IGNITION_THEME', 'auto'),
309
310
311
0 commit comments