From e408c6f2d389032344b8275f5b3ad86cdde06ca2 Mon Sep 17 00:00:00 2001 From: yarik Date: Fri, 16 Dec 2016 17:35:45 +0200 Subject: [PATCH] Category seo text --- views/category/_form_language.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/views/category/_form_language.php b/views/category/_form_language.php index 17f6ad3..cff4ebb 100755 --- a/views/category/_form_language.php +++ b/views/category/_form_language.php @@ -1,6 +1,7 @@ textInput([ 'maxlength' => true ]) ?> field($model_lang, '[' . $language->id . ']seo_text') - ->textarea([ 'rows' => 6 ]) ?> + ->widget(CKEditor::className(), [ + 'editorOptions' => [ + 'preset' => 'standard', + ] + ]) ?> field($model_lang, '[' . $language->id . ']h1') ->textInput([ 'maxlength' => true ]) ?> \ No newline at end of file -- libgit2 0.21.4