CKEditor: don't filter tags

pull/17/head
Francis Lachapelle 2013-12-02 13:41:39 -05:00
parent b0eb34f6b7
commit 37de8c6141
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ CKEDITOR.editorConfig = function( config ) {
config.removeDialogTabs = 'link:advanced;image:advanced';
config.enterMode = CKEDITOR.ENTER_BR;
config.tabSpaces = 4;
config.allowedContent = true; // don't filter tags
// Disables the built-in words spell checker if browser provides one. Defaults to true.
// http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-disableNativeSpellChecker