mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-05 07:37:37 +02:00
move alias settings to own section
This commit is contained in:
@@ -36,10 +36,20 @@ return array(
|
|||||||
* Default values:
|
* Default values:
|
||||||
* image_path: __DIR__ . '/img/'
|
* image_path: __DIR__ . '/img/'
|
||||||
* cache_path: __DIR__ . '/../cache/'
|
* cache_path: __DIR__ . '/../cache/'
|
||||||
* alias_path: null
|
|
||||||
*/
|
*/
|
||||||
'image_path' => __DIR__ . '/img/',
|
'image_path' => __DIR__ . '/img/',
|
||||||
'cache_path' => __DIR__ . '/../cache/',
|
'cache_path' => __DIR__ . '/../cache/',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Path to aliases, useful when downloading external images and you
|
||||||
|
* want to create a local copy of the file, a alias file.
|
||||||
|
* End all paths with a slash.
|
||||||
|
*
|
||||||
|
* Default values:
|
||||||
|
* alias_path: null
|
||||||
|
*/
|
||||||
//'alias_path' => __DIR__ . '/img/alias/',
|
//'alias_path' => __DIR__ . '/img/alias/',
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user