Commit 8e418b2293d2b64575110c24880b0d93f1ec3467

Authored by Alexey Boroda
1 parent 7c514320

-Image manager started

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
common/config/main.php
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 7 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
8 'modules' => [ 8 'modules' => [
9 'imagemanager' => [ 9 'imagemanager' => [
10 - 'class' => 'noam148\imagemanager\Module', 10 + 'class' => 'artbox\core\components\imagemanager\Module',
11 'canUploadImage' => true, 11 'canUploadImage' => true,
12 'canRemoveImage' => function () { 12 'canRemoveImage' => function () {
13 return true; 13 return true;
@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 'class' => FilterHelper::className(), 74 'class' => FilterHelper::className(),
75 ], 75 ],
76 'imagemanager' => [ 76 'imagemanager' => [
77 - 'class' => 'noam148\imagemanager\components\ImageManagerGetPath', 77 + 'class' => 'artbox\core\components\imagemanager\components\ImageManagerGetPath',
78 'mediaPath' => dirname(dirname(__DIR__)) . '/storage', 78 'mediaPath' => dirname(dirname(__DIR__)) . '/storage',
79 'cachePath' => '../../storage/cache', 79 'cachePath' => '../../storage/cache',
80 'useFilename' => true, 80 'useFilename' => true,