diff --git a/customize.dist/ckeditor-config.js b/customize.dist/ckeditor-config.js index 7eb44b6d3..45e3bd5f5 100644 --- a/customize.dist/ckeditor-config.js +++ b/customize.dist/ckeditor-config.js @@ -9,7 +9,7 @@ CKEDITOR.editorConfig = function( config ) { // magicline plugin inserts html crap into the document which is not part of the // document itself and causes problems when it's sent across the wire and reflected back config.removePlugins= 'resize'; - config.extraPlugins= 'autolink,colorbutton,colordialog,font,indentblock'; + config.extraPlugins= 'autolink,colorbutton,colordialog,font,indentblock,justify'; config.toolbarGroups= [{"name":"clipboard","groups":["clipboard","undo"]},{"name":"editing","groups":["find","selection"]},{"name":"links"},{"name":"insert"},{"name":"forms"},{"name":"tools"},{"name":"document","groups":["mode","document","doctools"]},{"name":"others"},{"name":"basicstyles","groups":["basicstyles","cleanup"]},{"name":"paragraph","groups":["list","indent","blocks","align","bidi"]},{"name":"styles"},{"name":"colors"}]; config.font_defaultLabel = 'Arial';