yiidoc / yii2-redactor

Extension Redactor WYSIWYG for Yii2 framework
BSD 3-Clause "New" or "Revised" License
186 stars 87 forks source link

Redactor configuration missing some tools #51

Open hafees500 opened 8 years ago

hafees500 commented 8 years ago

I am using the yii Redactor widget its good. but after configuration some tools is missing example table,image etc.

code

<?= $form->field($model, 'product_description')->widget(Redactor::className(), [ 'settings' =>[ 'lang' => 'en', 'minHeight' => 200, 'plugins' => [ 'clips', 'fullscreen' ] , 'buttons' =>['format', 'bold', 'italic', 'deleted','lists', 'image', 'file', 'link', 'horizontalrule','table'], ] ]); ?>

output

selection_028