ConfigTemplate

CKEDITOR.editorConfig = function(config) {
CKEDITOR.tools.extend(config, {"editorplaceholder":"Start typing here...","htmlSyntax":"annotatedhtml\/5.0","stylesSet":"html5","xwiki-office":{"enabled":false},"xwiki-upload":{"isTemporaryAttachmentSupported":true},"language":"en","loadJavaScriptSkinExtensions":0,"removePlugins":"","removeButtons":"","linkShowAdvancedTab":0,"linkShowTargetTab":0}, true);
// Define changes to default configuration here. For example:
// config.uiColor = '#AADC6E';
// config.linkShowTargetTab = true;
};