Index: openacs-4/packages/xowiki/www/resources/ckeditor4/config.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/ckeditor4/config.js,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/xowiki/www/resources/ckeditor4/config.js 25 Jun 2013 06:46:51 -0000 1.2 +++ openacs-4/packages/xowiki/www/resources/ckeditor4/config.js 9 Feb 2015 09:17:17 -0000 1.2.2.1 @@ -1,11 +1,11 @@ /** - * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license + * @license Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. - // For the complete reference: + // For complete reference see: // http://docs.ckeditor.com/#!/api/CKEDITOR.config // The toolbar groups arrangement, optimized for two toolbar rows. @@ -26,13 +26,13 @@ { name: 'about' } ]; - // Remove some buttons, provided by the standard plugins, which we don't - // need to have in the Standard(s) toolbar. + // Remove some buttons provided by the standard plugins, which are + // not needed in the Standard(s) toolbar. config.removeButtons = 'Underline,Subscript,Superscript'; - // Se the most common block elements. + // Set the most common block elements. config.format_tags = 'p;h1;h2;h3;pre'; - // Make dialogs simpler. + // Simplify the dialog windows. config.removeDialogTabs = 'image:advanced;link:advanced'; };