mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
set volume icon
This commit is contained in:
@@ -121,7 +121,8 @@ class elFinderVolumeDropbox extends elFinderVolumeDriver {
|
||||
'getTmbSize' => 'medium', // small: 32x32, medium or s: 64x64, large or m: 128x128, l: 640x480, xl: 1024x768
|
||||
'metaCachePath' => '',
|
||||
'metaCacheTime' => '600', // 10m
|
||||
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#'
|
||||
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
|
||||
'icon' => (defined('ELFINDER_IMG_PARENT_URL')? (rtrim(ELFINDER_IMG_PARENT_URL, '/').'/') : '').'img/volume_icon_dropbox.png'
|
||||
);
|
||||
$this->options = array_merge($this->options, $opts);
|
||||
$this->options['mimeDetect'] = 'internal';
|
||||
|
||||
Reference in New Issue
Block a user