Yarik
/
artbox-ecommerce
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a662b8b49530388535f862ce7a55debfd27a27fd
Authored by
Yarik
2016-12-29 12:01:22 +0200
1 parent
53ffae81
H3 allow
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/category/_form_language.php
Inline
Side-by-side
views/category/_form_language.php
Wrap text
Show/Hide comments
View file @
a662b8b
...
...
@@ -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
...
...