mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-30 21:20:11 +02:00
move alias settings to own section
This commit is contained in:
@@ -36,10 +36,20 @@ return array(
|
||||
* Default values:
|
||||
* image_path: __DIR__ . '/img/'
|
||||
* cache_path: __DIR__ . '/../cache/'
|
||||
* alias_path: null
|
||||
*/
|
||||
'image_path' => __DIR__ . '/img/',
|
||||
'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/',
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user