= $form->field($model, 'title')->textInput(['maxlength' => true]) ?>
= $form->field($model, 'h1')->textInput(['maxlength' => true]) ?>
= $form->field($model, 'text')->widget(CKEditor::className(), [
'editorOptions' => ElFinder::ckeditorOptions(['elfinder','path' => 'uploads'])
]) ?>
= $form->field($model, 'description')->textInput(['maxlength' => true]) ?>
= $form->field($model, 'key_word')->textInput(['maxlength' => true]) ?>
= $form->field($model, 'slug')->textInput() ?>
= Html::submitButton($model->isNewRecord ? Yii::t('app', 'Create') : Yii::t('app', 'Update'), ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?>