X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/9195a0ee849717e632f72ee69c93a95ff6661f9a..d4f7e17cf14c164b1da36fbfe44533aa0a90b7ab:/skins/ckeditor/config.js diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 19ea463..057a4e0 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -20,4 +20,15 @@ CKEDITOR.editorConfig = function( config ) { name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] }, { name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, ]; -}; + + config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash' + + config.height = '500px'; + config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css'; + + config.filebrowserBrowseUrl = CKEDITOR.basePath + 'filemanager/browser/mac_finder/browser.html?Connector=connectors/plinn/connector'; + config.filebrowserWindowHeight = 600; + config.filebrowserWindowWidth = 801; + + config.extraPlugins = 'selection,plinn_image'; +}; \ No newline at end of file