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,7 +34,7 @@
34 ->widget( 34 ->widget(
35 TinyMce::className(), 35 TinyMce::className(),
36 [ 36 [
37 - 'options' => [ 'rows' => 6 ], 37 + 'options' => [ 'rows' => 30 ],
38 'language' => 'ru', 38 'language' => 'ru',
39 'clientOptions' => [ 39 'clientOptions' => [
40 'file_browser_callback' => new JsExpression( 40 'file_browser_callback' => new JsExpression(
@@ -54,6 +54,7 @@ window.open('" . Url::to( @@ -54,6 +54,7 @@ window.open('" . Url::to(
54 "insertdatetime media table contextmenu paste image", 54 "insertdatetime media table contextmenu paste image",
55 ], 55 ],
56 'toolbar' => "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | code", 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 ); ?>