As some people have problems to adjust some parts of the dialogs, and in fact it's some code that it's always being adjusted and reused, I've created this plugin that allows to remove dialog fields or change their default values by using some configuration values.
More info in this blog post about configuring dialogs , this one about placeholder and hiding fields.
License
Licensed under the terms of any of the following licenses at your choice: GPL, LGPL and MPL.
Download
ConfigHelper plugin page
Installation
1. Extract the contents of the file into the "plugins" folder of CKEditor.
2. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'confighelper';
3. Set the fields that you want to remove or change as explained in the included doc.

Re: Configuration Helper + HTML5 placeholder
Re: Configuration Helper + HTML5 placeholder
Re: Configuration Helper + HTML5 placeholder
Re: Configuration Helper + HTML5 placeholder
Re: Configuration Helper + HTML5 placeholder
Version 1.3 doesn't seem to work with inline editors in CKEditor version 4.0.x
I've tried setting a placeholder attribute on the div that gets converted using CKEDITOR.inline, and also by setting editor.config.placeholder on the resulting editor, but no luck.
Any chance of an updated confighelper plugin in the works?
I've updated the plugin to
I've updated the plugin to fix the compatibility with inline editing.
The new version updates the
The new version updates the "placeholder" status when the setData method is used on the editor.
Fix suggestion: Concerning
Fix suggestion: Concerning inline instances, if the editable div is placed on the right of a left-floated element, the placeholder text gets obscured by the floated element :)
Follow up on https://github
Follow up on https://github.com/AlfonsoML/confighelper/issues/12
I guess that you've found that the problem is not the plugin.