From 3213840c20095a12bd385b44abc3384046b1d3fd Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 29 Dec 2016 16:45:26 +0200 Subject: [PATCH] add similar products --- views/category/_form_language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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