ConfigSheet

CKEDITOR.editorConfig = function(config) {
CKEDITOR.tools.extend(config, {"editorplaceholder":"Start typing here...","htmlSyntax":"annotatedhtml\/5.0","stylesSet":"html5","xwiki-office":{"enabled":false},"xwiki-realtime":{"stylesheets":["\/webjars\/wiki%3Apublicreports\/xwiki-platform-realtime-wysiwyg-webjar\/17.5.0\/webjar.bundle.min.css"]},"xwiki-upload":{"isTemporaryAttachmentSupported":true},"language":"en"}, true);

};