Hello,
I'm having some trouble hiding the elementspath at the bottom of CKeditor.
Found lots of information on how to disable this plugin, but it just doesn't work!
My config code:
config.removePlugins = 'elementspath'; is there, but doesn't seem to effect the editor at all.
Wha'ts my mistake, of is it a bug?
I'm having some trouble hiding the elementspath at the bottom of CKeditor.
Found lots of information on how to disable this plugin, but it just doesn't work!
My config code:
CKEDITOR.editorConfig = function( config ) { config.uiColor = ''; config.removePlugins = 'elementspath'; config.toolbarCanCollapse = false; config.width = 942; config.height = 500; config.height = 200; config.enterMode = CKEDITOR.ENTER_BR; config.forcePasteAsPlainText = true; };
config.removePlugins = 'elementspath'; is there, but doesn't seem to effect the editor at all.
Wha'ts my mistake, of is it a bug?
Re: Hidding the elementspath
Have you tried to clear the browser cache? Do you see the rest of the configuration settings applied correctly in your editor instance?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!