Sha256: ffdb1ef402742eb5efb88a68a155d8ea9813ef9855e896a47a3647d5f298b213

Contents?: true

Size: 524 Bytes

Versions: 3

Compression:

Stored size: 524 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;
  config.path = '/assets/';
  // 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

3 entries across 3 versions & 1 rubygems

Version Path
trusty-cms-1.1.19 app/assets/javascripts/ckeditor/config.js
trusty-cms-1.1.18 app/assets/javascripts/ckeditor/config.js
trusty-cms-1.1.17 app/assets/javascripts/ckeditor/config.js