diff --git a/views/blog-article/_form_language.php b/views/blog-article/_form_language.php index 54277bc..e6289b0 100755 --- a/views/blog-article/_form_language.php +++ b/views/blog-article/_form_language.php @@ -34,7 +34,7 @@ ->widget( TinyMce::className(), [ - 'options' => [ 'rows' => 6 ], + 'options' => [ 'rows' => 30 ], 'language' => 'ru', 'clientOptions' => [ 'file_browser_callback' => new JsExpression( @@ -54,6 +54,7 @@ window.open('" . Url::to( "insertdatetime media table contextmenu paste image", ], 'toolbar' => "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | code", + 'image_advtab' => true, ], ] ); ?> -- libgit2 0.21.4