ConfigTemplate

Last modified by superadmin on 2025/05/22 17:44

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":["\/xwiki\/webjars\/wiki%3Acqm8\/xwiki-platform-realtime-wysiwyg-webjar\/17.7.0\/webjar.bundle.min.css"]},"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;
};