-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from Laravel-Backpack/ckeditor-browse-files
Re-add the ability to use elfinder in ckeditor5
- Loading branch information
Showing
3 changed files
with
12 additions
and
14 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,6 +1,6 @@ | ||
{{-- jQuery (REQUIRED) --}} | ||
@if (!isset ($jquery) || (isset($jquery) && $jquery == true)) | ||
@basset('https://unpkg.com/[email protected].4/dist/jquery.min.js') | ||
@basset('https://unpkg.com/[email protected].1/dist/jquery.min.js') | ||
@endif | ||
|
||
{{-- jQuery UI and Smoothness theme --}} | ||
|
@@ -9,12 +9,12 @@ | |
@basset('jquery-ui-1.13.2/jquery-ui-1.13.2/dist/jquery-ui.min.js') | ||
|
||
{{-- elFinder JS (REQUIRED) --}} | ||
@bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.62.tar.gz', 'elfinder-2.1.62') | ||
@basset('elfinder-2.1.62/elFinder-2.1.62/js/elfinder.min.js') | ||
@bassetArchive('https://github.com/Studio-42/elFinder/archive/refs/tags/2.1.64.tar.gz', 'elfinder-2.1.64') | ||
@basset('elfinder-2.1.64/elFinder-2.1.64/js/elfinder.min.js') | ||
|
||
{{-- elFinder translation (OPTIONAL) --}} | ||
@if($locale) | ||
@basset('https://cdnjs.cloudflare.com/ajax/libs/elfinder/2.1.62/js/i18n/elfinder.'.$locale.'.min.js') | ||
@basset('https://cdnjs.cloudflare.com/ajax/libs/elfinder/2.1.64/js/i18n/elfinder.'.$locale.'.min.js') | ||
@endif | ||
|
||
{{-- elFinder sounds --}} | ||
|
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