Commit 4cad42b8d729c1ca4b8a86f01da4a0531590df4a
1 parent
e88babfd
v0.0.2-stable
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
backend/views/settings/_main_tab.php
@@ -10,13 +10,13 @@ | @@ -10,13 +10,13 @@ | ||
10 | */ | 10 | */ |
11 | echo $form->field($model, 'name') | 11 | echo $form->field($model, 'name') |
12 | ->textInput(); | 12 | ->textInput(); |
13 | - echo $form->field($model, 'logo') | ||
14 | - ->widget( | ||
15 | - \noam148\imagemanager\components\ImageManagerInputWidget::className(), | ||
16 | - [ | ||
17 | - 'showPreview' => true, | ||
18 | - 'showDeletePickedImageConfirm' => false, | ||
19 | - ] | ||
20 | - ); | 13 | + // echo $form->field($model, 'logo') |
14 | + // ->widget( | ||
15 | + // \noam148\imagemanager\components\ImageManagerInputWidget::className(), | ||
16 | + // [ | ||
17 | + // 'showPreview' => true, | ||
18 | + // 'showDeletePickedImageConfirm' => false, | ||
19 | + // ] | ||
20 | + // ); | ||
21 | echo $form->field($model, 'about') | 21 | echo $form->field($model, 'about') |
22 | ->textarea(); | 22 | ->textarea(); |
23 | \ No newline at end of file | 23 | \ No newline at end of file |