Commit a662b8b49530388535f862ce7a55debfd27a27fd

Authored by Yarik
1 parent 53ffae81

H3 allow

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
views/category/_form_language.php
@@ -33,7 +33,7 @@ @@ -33,7 +33,7 @@
33 <?= $form->field($model_lang, '[' . $language->id . ']seo_text') 33 <?= $form->field($model_lang, '[' . $language->id . ']seo_text')
34 ->widget(CKEditor::className(), [ 34 ->widget(CKEditor::className(), [
35 'editorOptions' => [ 35 'editorOptions' => [
36 - 'preset' => 'standard', 36 + 'preset' => 'full',
37 ] 37 ]
38 ]) ?> 38 ]) ?>
39 39