-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c763ac
commit cc2e3b7
Showing
4 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
[ | ||
'name' => 'elFinder Media', | ||
'flag' => 'elfinder.index', | ||
], | ||
[ | ||
'name' => 'elFinder Settings', | ||
'flag' => 'elfinder.settings', | ||
'parent_flag' => 'elfinder.index' | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?php | ||
|
||
return [ | ||
'menu_name' => 'ElFinder Media', | ||
'elfinder' => 'ElFinder', | ||
'menu_name' => 'elFinder Media', | ||
'elfinder' => 'elFinder', | ||
'settings' => [ | ||
'title' => 'ElFinder', | ||
'description' => 'View and update the ElFinder settings', | ||
'title' => 'elFinder', | ||
'description' => 'View and update the elFinder settings', | ||
'form' => [ | ||
'enable_editor' => 'Enable ElFinder for Editor', | ||
'enable_editor' => 'Enable elFinder for Editor', | ||
'replace_default_media' => 'Replace default media manager', | ||
'replace_default_media_helper' => 'You should set base path for ElFinder is `storage` to view uploaded files in default media manager.', | ||
'replace_default_media_helper' => 'You should set base path for elFinder is `storage` to view uploaded files in default media manager.', | ||
'base_path' => 'Base Path', | ||
'base_path_helper' => 'The base path for ElFinder, relative to the public folder. Example: `files` your upload files will store in `public/files` folder.', | ||
'base_path_helper' => 'The base path for elFinder, relative to the public folder. Example: `files` your upload files will store in `public/files` folder.', | ||
'base_path_invalid' => 'Field :attribute must not starts with dot (.) or slash (/) character and ends with slash (/) character.', | ||
'base_path_does_not_starts_with_vendor_or_themes' => 'Field :attribute must not starts with `themes` or `vendor`.', | ||
], | ||
'editor_not_support' => 'ElFinder does not support :editor. Only CKEditor is supported.', | ||
'editor_not_support' => 'elFinder does not support :editor. Only CKEditor is supported.', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters