Skip to content

Commit

Permalink
Nova Filemanager 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lagarda committed Nov 4, 2019
1 parent 69c63c1 commit 8c88ba7
Show file tree
Hide file tree
Showing 23 changed files with 485 additions and 148,948 deletions.
24 changes: 24 additions & 0 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,30 @@
*/
'cache' => env('FILEMANAGER_CACHE', false),

/*
|--------------------------------------------------------------------------
| Configurable buttons
|--------------------------------------------------------------------------
| This will hide or show filemanager buttons. You can enable o disable buttons
| as your own needs. True means visible. False hidden.
*/
'buttons' => [

// Menu
'create_folder' => true,
'upload_button' => true,
'select_multiple' => true,

// Folders
'rename_folder' => true,
'delete_folder' => true,

// Files
'rename_file' => true,
'delete_file' => true,

],

/*
|--------------------------------------------------------------------------
| Filemanager filters
Expand Down
Loading

0 comments on commit 8c88ba7

Please sign in to comment.