2amigos / yii2-tinymce-widget

TinyMCE WYSIWYG widget for Yii2
http://yiiwheels.com
Other
100 stars 48 forks source link

image icon not show in toolbar #15

Closed yoyhosoft closed 9 years ago

yoyhosoft commented 9 years ago

Image icon not show in toolbar

yoyhosoft commented 9 years ago

Right now it's show, maybe because of cache.

tonydspaniard commented 9 years ago

Great... thanks for letting us know

wollkey commented 5 years ago

This is not a cache. I have the same problem. Image icon not show in toolbar.

wollkey commented 5 years ago

I found the problem. Need to add "image" in plugins array. should get: 'plugins' => [ "advlist autolink lists link charmap print preview anchor", "searchreplace visualblocks code fullscreen", "insertdatetime media table contextmenu paste", 'image', ],