Opened 15 years ago
Last modified 14 years ago
#6221 closed Bug
removePlugins setting still loads image plugin — at Version 1
Reported by: | AndiU | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | |
Keywords: | Cc: |
Description (last modified by )
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';
Change History (1)
comment:1 Changed 15 years ago by
Component: | General → UI : Dialogs |
---|---|
Description: | modified (diff) |
Keywords: | Image Plugin added |