Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Content Editor Discussions /

Forum for content editors and CMS users.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Can't edit/replace images in TinyMCE


Go to End


2 Posts   2590 Views

Avatar
KPBR

Community Member, 4 Posts

18 April 2015 at 2:47am

Hi,

When I right-click on an image in the WYSIWYG I get the browser right-click menu (save image as, open in new tab, etc) instead of the menu common to all these editors (insert/edit image, etc). This happens in both FF and Chrome (latest versions). I'm using SilverStripe 3.1.

Is it a permissions thing, do I need to edit some file, does anyone know please?!

Many thanks in advance.

Avatar
mikeyc7m

Community Member, 19 Posts

6 January 2016 at 2:10pm

Just select the image and click on the toolbar button.
...

If you really want the right-click menu to work, put this in your _config.php

$editorConfig = HtmlEditorConfig::get("cms");
$editorConfig->enablePlugins('contextmenu');

You will still be able to ctrl-rightclick to get the native browser menu.