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 | 10 | */ |
11 | 11 | echo $form->field($model, 'name') |
12 | 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 | 21 | echo $form->field($model, 'about') |
22 | 22 | ->textarea(); |
23 | 23 | \ No newline at end of file | ... | ... |