Sha256: abb72e856f11805c7053dd43e7895bd74b1d89dbab1b4fcd53b788bd36fcab76
Contents?: true
Size: 496 Bytes
Versions: 20
Compression:
Stored size: 496 Bytes
Contents
CKEDITOR.editorConfig = function( config ) { config.allowedContent = true; config.removeFormatTags = ""; config.protectedSource.push(/<r:([\S]+)*>.*<\/r:\1>/g); config.protectedSource.push(/<r:[^>\/]*\/>/g); config.forcePasteAsPlainText = true; // if you want to remove clipboard, you have to remove all of these: // clipboard, pastetext, pastefromword config.removePlugins = "save, newpage, preview, print, templates, forms, flash, smiley, language, pagebreak, iframe, bidi"; };
Version data entries
20 entries across 20 versions & 1 rubygems