diff --git a/views/category/_form_language.php b/views/category/_form_language.php index cff4ebb..3f0be59 100755 --- a/views/category/_form_language.php +++ b/views/category/_form_language.php @@ -33,7 +33,7 @@ field($model_lang, '[' . $language->id . ']seo_text') ->widget(CKEditor::className(), [ 'editorOptions' => [ - 'preset' => 'standard', + 'preset' => 'full', ] ]) ?> -- libgit2 0.21.4