1
0
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:
Mikael Roos
2016-03-09 12:12:02 +01:00
parent ca6118b355
commit 8667a9ec79

View File

@@ -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/',