Commit e88bbe2d93d14ee3feda679476d5e78514082eab

Authored by Alexey Boroda
1 parent c1101752

-Blog articles wysiwyg

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
views/blog-article/_form_language.php
... ... @@ -34,7 +34,7 @@
34 34 ->widget(
35 35 TinyMce::className(),
36 36 [
37   - 'options' => [ 'rows' => 6 ],
  37 + 'options' => [ 'rows' => 30 ],
38 38 'language' => 'ru',
39 39 'clientOptions' => [
40 40 'file_browser_callback' => new JsExpression(
... ... @@ -54,6 +54,7 @@ window.open('" . Url::to(
54 54 "insertdatetime media table contextmenu paste image",
55 55 ],
56 56 'toolbar' => "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | code",
  57 + 'image_advtab' => true,
57 58 ],
58 59 ]
59 60 ); ?>
... ...