Commit 933c16cbff2107f0b0f9fc4c278ef888966b5a81
1 parent
0901f775
Pre stable ready
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
views/blog-article/_form.php
1 | 1 | <?php |
2 | 2 | |
3 | + use artbox\core\components\imagemanager\components\ImageManagerInputWidget; | |
3 | 4 | use artbox\weblog\models\Article; |
4 | 5 | use artbox\weblog\models\ArticleLang; |
5 | 6 | use artbox\weblog\models\Category; |
6 | 7 | use artbox\weblog\models\Tag; |
7 | 8 | use kartik\select2\Select2; |
8 | - use noam148\imagemanager\components\ImageManagerInputWidget; | |
9 | 9 | use yii\helpers\Html; |
10 | 10 | use yii\helpers\Url; |
11 | 11 | use yii\web\View; | ... | ... |
views/blog-category/_form.php
1 | 1 | <?php |
2 | 2 | |
3 | + use artbox\core\components\imagemanager\components\ImageManagerInputWidget; | |
3 | 4 | use artbox\core\widgets\LanguageForm; |
4 | 5 | use artbox\weblog\models\Category; |
5 | 6 | use artbox\weblog\models\CategoryLang; |
6 | 7 | use kartik\select2\Select2; |
7 | - use noam148\imagemanager\components\ImageManagerInputWidget; | |
8 | 8 | use yii\helpers\Html; |
9 | 9 | use yii\web\View; |
10 | 10 | use yii\widgets\ActiveForm; | ... | ... |