Aucun filtrage html :-p
[ckeditor.git] / skins / ckeditor / config.js
index 8fbf6ae..b514987 100644 (file)
@@ -28,6 +28,7 @@ CKEDITOR.editorConfig = function( config )
        
        config.height = '500px';
        config.contentsCss = CKEDITOR.basePath + 'global_plinn_style_editor.css';
+       config.allowedContent = true;
        
        config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector';
        CKEDITOR.config.filebrowserImageBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Type=Image&Connector=connectors/plinn/connector';
@@ -35,5 +36,5 @@ CKEDITOR.editorConfig = function( config )
        config.filebrowserWindowWidth = 801;
        config.attachmentBrowserConnectorUrl = CKEDITOR.basePath + 'plugins/plinn_image/connectors/plinn/connector';
        config.imageMaxDefaultDimension = 500 ; // image inserted will be cropped at this size.
-       config.extraPlugins = 'plinn_image';
+       config.extraPlugins = 'plinn_image,codemirror';
 };
\ No newline at end of file