Hey,
is it possible to disable this ResourceType behaviour?
I point to a directory e.g. /content/files/
and CKF make_dir "flash", "file" & "image"
For me, this is not an option and i need to disable it.
I tried to handle this problem by uncommenting the subdirs
e.g.
$config['ResourceType'][] = Array(
'name' => 'Images',
'url' => $baseUrl, // . 'images',
'directory' => $baseDir, // . 'images',
'maxSize' => 0,
'allowedExtensions' => 'bmp,gif,jpeg,jpg,png',
'deniedExtensions' => '');
but it seems not to work.
hints are welcome, thx
Tue, 04/17/2012 - 10:35
#1
Re: disable Resource Types
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: disable Resource Types
after some more testing i did it like your suggestion:
In config.php i left only ONE ResourceType (in which I added the allowedExtensions from the other ResourceTyps ('swf' & 'flv,bmp,gif,jpeg,jpg,png'):
and in CKEDITOR.replace I removed the "?Type=" Information