...
|
...
|
@@ -111,7 +111,7 @@ use kartik\select2\Select2; |
111
|
111
|
],
|
112
|
112
|
[
|
113
|
113
|
'name' => 'image',
|
114
|
|
- 'type' => MultipleInputColumn::TYPE_FILE,
|
|
114
|
+ 'type' => 'fileInput',
|
115
|
115
|
'title' => Yii::t('product', 'Image'),
|
116
|
116
|
'options' => [
|
117
|
117
|
'multiple' => false |
...
|
...
|
|