|
|
|
@ -129,6 +129,8 @@ $config['resourceTypes'][] = array(
|
|
|
|
|
'deniedExtensions' => '',
|
|
|
|
|
'backend' => 'default'
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
$config['resourceTypes'][] = array(
|
|
|
|
|
'name' => 'pic', // Single quotes not allowed.
|
|
|
|
|
'directory' => 'pic',
|
|
|
|
@ -137,7 +139,6 @@ $config['resourceTypes'][] = array(
|
|
|
|
|
'deniedExtensions' => '',
|
|
|
|
|
'backend' => 'default'
|
|
|
|
|
);
|
|
|
|
|
/*
|
|
|
|
|
$config['resourceTypes'][] = array(
|
|
|
|
|
'name' => 'css', // Single quotes not allowed.
|
|
|
|
|
'directory' => 'css',
|
|
|
|
|