[
'name' => 'videoFiles',
'title' => 'Видео: mp4, mov, avi',
- 'type' => FileInput::class,
+ 'type' => FileInput::className(),
'options' => [
'options' => [
'multiple' => false,
'accept' => 'video/*',
'name' => 'video_name',
+ 'capture' => '',
+ 'class' => 'videos'
],
'pluginOptions' => [
'showPreview' => true,
'showCaption' => true,
'showRemove' => true,
'showUpload' => false,
+ 'overwriteInitial' => true,
'browseLabel' => '',
'removeLabel' => '',
'cancelLabel' => '',
'browseIcon' => '+',
- 'removeIcon' => '-',
'cancelIcon' => 'x',
'previewFileType' => 'video',
'allowedFileExtensions' => ['mp4', 'mov', 'avi'],