mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD, css] fix #1115, new VD option rootCssClass
New VolumeDriver(connector) option `rootCssClass` that CSS Class of volume root in tree. Fix `​` problem of title attr of cwd icon view
This commit is contained in:
@@ -118,7 +118,7 @@ class elFinderVolumeDropbox extends elFinderVolumeDriver {
|
||||
'metaCachePath' => '',
|
||||
'metaCacheTime' => '600', // 10m
|
||||
'acceptedName' => '#^[^/\\?*:|"<>]*[^./\\?*:|"<>]$#',
|
||||
'icon' => (defined('ELFINDER_IMG_PARENT_URL')? (rtrim(ELFINDER_IMG_PARENT_URL, '/').'/') : '').'img/volume_icon_dropbox.png'
|
||||
'rootCssClass' => 'elfinder-navbar-root-dropbox'
|
||||
);
|
||||
$this->options = array_merge($this->options, $opts);
|
||||
$this->options['mimeDetect'] = 'internal';
|
||||
|
||||
Reference in New Issue
Block a user