Commit 3213840c20095a12bd385b44abc3384046b1d3fd

Authored by Administrator
1 parent 53ffae81

add similar products

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