﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6221	removePlugins setting still loads image plugin	AndiU		"When you remove a plugin by using the removePlugins setting it will not affect the image plugin. Even when you do the following, it will still open the image dialog by doublecklicking on an image:
{{{
$settings['removePlugins'] = 'scayt,menubutton,contextmenu,image,forms';
}}}
So it seems the image plugin is still loaded by ckeditor.

The only way to effectively remove the image plugin and prevent loading is to exclude it from the plugin list: 
{{{
$settings['plugins'] = 'a11yhelp,basicstyles,blockquote,button,clipboard,colorbutton,colordialog,contextmenu,div,elementspath,enterkey,entities,find,font,format,horizontalrule,htmldataprocessor,indent,justify,keystrokes,list,liststyle,maximize,newpage,pagebreak,pastefromword,pastetext,popup,preview,removeformat,resize,save,showblocks,showborders,sourcearea,stylescombo,table,tabletools,specialchar,tab,toolbar,undo,wysiwygarea,wsc';
}}}"	Bug	new	Normal		UI : Dialogs			Image Plugin	
