We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 473e92e commit 6adbf54Copy full SHA for 6adbf54
core/configuration.md
@@ -567,6 +567,9 @@ return [
567
// If set, enables filtering. The top bar will show an edit box that you can use to filter the tagged operations that are shown.
568
'filter' => false,
569
570
+ // If set to true, it persists authorization data and it would not be lost on browser close/refresh
571
+ 'persistAuthorization' => true,
572
+
573
// You can use any other configuration parameters too.
574
],
575
0 commit comments