craftcms / redactor

Edit rich text content in Craft CMS using Redactor by Imperavi.
https://plugins.craftcms.com/redactor
MIT License
100 stars 48 forks source link

Button for imagemanager plugin not appearing in toolbar #470

Open brimby opened 1 year ago

brimby commented 1 year ago

Description

Enabling the imagemanager plugin does not cause the button to appear in the toolbar.

Steps to reproduce

Here is my Standard.json config file I'm using. I've tried cutting out all the other plugins and buttons (including "image") and they all disappear but imagemanager never appears. { "buttons": ["html","formatting", "bold", "italic", "unorderedlist", "orderedlist", "link", "image", "file", "video"], "plugins": ["fullscreen", "video", "email", "table", "imagemanager"] }

Additional info