My challenge is with the menu you get when you right-click on an image. I don't want the user to be taken to the original image plugin. I want it to go to my custom plugin or I just want to remove the "Image Properties" option alltogether.
If there is anyone who has experience with this, I'd greatly appreciate your help!!!
If there is anyone who has experience with this, I'd greatly appreciate your help!!!

Re: How do I remove the "Image Properties" from contex
CKEDITOR.replace( "editor1", {... removePlugins :'image', ...} )
or is that to drastic?
Re: How do I remove the "Image Properties" from contex
Thank you for your suggestion.

I did try doing that, but it doesn't seem to do anything. The "Image Properties" link still shows up in the context menu and it takes me to the original image utility. Not sure what I'm doing wrong