We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47fac8 commit 26e3f01Copy full SHA for 26e3f01
1 file changed
resources/views/common_styles.blade.php
@@ -4,6 +4,10 @@
4
@basset(base_path('vendor/studio-42/elfinder/img/icons-big.svg'))
5
@basset(base_path('vendor/studio-42/elfinder/img/logo.png'))
6
@basset(base_path('vendor/studio-42/elfinder/css/elfinder.min.css'))
7
+@basset('https://cdn.jsdelivr.net/npm/jquery-ui@1.14.2/dist/themes/smoothness/jquery-ui.min.css', true, [
8
+ 'integrity' => 'sha256-6OjFTsJN+HZHKZPlYJn+GXDdKo0IS5NNoT8ooFs0YNc=',
9
+ 'crossorigin' => 'anonymous',
10
+])
11
@basset('https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme@3.0.0/Material/css/theme.min.css')
12
@basset('https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme@3.0.0/Material/images/loading.svg', false)
13
@basset('https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme@3.0.0/Material/font/material.eot', false)
0 commit comments