field($model, 'sku') ->textInput() ?> field($model, 'image_id') ->widget( ImageManagerInputWidget::className(), [ 'aspectRatio' => ( 16 / 9 ), //set the aspect ratio 'showPreview' => true, //false to hide the preview 'showDeletePickedImageConfirm' => false, //on true show warning before detach image ] ); ?> $modelLangs, 'formView' => '@artbox/catalog/views/variant/_form_language', 'form' => $form, ] ) ?> field($model, 'price') ->textInput() ?> field($model, 'price_old') ->textInput() ?> field($model, 'stock') ->textInput() ?> field($model, 'sort') ->textInput() ?> field($model, 'status') ->checkbox( [ 'class' => 'flat', ] ) ?>