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 01e0eca commit c482f18Copy full SHA for c482f18
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' => 'sha384-e4Bm/JKXqLbEnnDNLZIbB0u9VBy3H9D+TNdLb22ybxTLsmtWgRhQ3/BKEgJ13zU2',
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