(js) Update CKEditor to version 4.6.1

This commit is contained in:
Francis Lachapelle
2017-01-06 20:51:34 -05:00
parent 8a2f88bc07
commit de46924950
45 changed files with 316 additions and 302 deletions
+1
View File
@@ -22,6 +22,7 @@ CKEDITOR.editorConfig = function( config ) {
config.enterMode = CKEDITOR.ENTER_BR;
config.tabSpaces = 4;
config.allowedContent = true; // don't filter tags
config.entities = false;
// Disables the built-in words spell checker if browser provides one. Defaults to true.
// http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableNativeSpellChecker