Skip to content

Commit

Permalink
Removed old filter file, marked config options as removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Nov 2, 2016
1 parent c0e4dc3 commit 5404260
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1,251 deletions.
39 changes: 39 additions & 0 deletions plugins/pastefromword/filter/default.js
Expand Up @@ -1607,4 +1607,43 @@
* @property {CKEDITOR.plugins.pastefromword.lists} lists
* @member CKEDITOR.plugins.pastefromword
*/

/**
* Whether to ignore all font related formatting styles, including:
*
* * font size;
* * font family;
* * font foreground/background color.
*
* config.pasteFromWordRemoveFontStyles = false;
*
* @removed 4.6.0
* @since 3.1
* @cfg {Boolean} [pasteFromWordRemoveFontStyles=true]
* @member CKEDITOR.config
*/

/**
* Whether to transform MS Word outline numbered headings into lists.
*
* config.pasteFromWordNumberedHeadingToList = true;
*
* @removed 4.6.0
* @since 3.1
* @cfg {Boolean} [pasteFromWordNumberedHeadingToList=false]
* @member CKEDITOR.config
*/

/**
* Whether to remove element styles that can't be managed with the editor. Note
* that this doesn't handle the font specific styles, which depends on the
* {@link #pasteFromWordRemoveFontStyles} setting instead.
*
* config.pasteFromWordRemoveStyles = false;
*
* @removed 4.6.0
* @since 3.1
* @cfg {Boolean} [pasteFromWordRemoveStyles=true]
* @member CKEDITOR.config
*/
} )();

0 comments on commit 5404260

Please sign in to comment.