mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 11:35:26 +00:00
(js) Disable HTML entities in CKEditor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user