diff --git a/UI/WebServerResources/ckeditor/config.js b/UI/WebServerResources/ckeditor/config.js index 99cc4d09b..20eca28ef 100644 --- a/UI/WebServerResources/ckeditor/config.js +++ b/UI/WebServerResources/ckeditor/config.js @@ -8,10 +8,6 @@ CKEDITOR.editorConfig = function( config ) // Define changes to default configuration here. For example: // config.language = 'fr'; config.skin = 'kama'; - //TODO: This should work to remove the bottom DOM information, but doesn't // This way is on an instance of the config object - config.removePlugins = "elementspath,kplahj"; + config.removePlugins = "elementspath,maximize,resize"; }; - -// This way is global / static -CKEDITOR.config.removePlugins = "elementspath,kplahj";