Skip to content

Commit 249320b

Browse files
committed
add missing config: root_options
1 parent f3fbea4 commit 249320b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config/elfinder.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,16 @@
7878

7979
'options' => [],
8080

81+
/*
82+
|--------------------------------------------------------------------------
83+
| Root Options
84+
|--------------------------------------------------------------------------
85+
|
86+
| These options are merged, together with every root by default.
87+
| See https://github.com/Studio-42/elFinder/wiki/Connector-configuration-options-2.1#root-options
88+
|
89+
*/
90+
'root_options' => [
91+
92+
],
8193
];

0 commit comments

Comments
 (0)