X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/a8df138cdc9ba7ff1e349eca3141a5c9d9d6a4fe..162c461e504567a6725da2e56932d942a1719bdc:/skins/ckeditor/config.js diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js deleted file mode 100644 index 1ce2adb..0000000 --- a/skins/ckeditor/config.js +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ - -CKEDITOR.editorConfig = function( config ) -{ - // Define changes to default configuration here. For example: - // config.language = 'fr'; - // config.uiColor = '#AADC6E'; - config.toolbar = [ - { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] }, - { name: 'colors', items : [ 'TextColor', 'BGColor' ] }, - { name: 'document', items : [ 'Maximize', 'ShowBlocks', 'Source'] }, - { name: 'editing', items : [ 'Find','Replace', '-', 'SelectAll'] }, - { name: 'clipboard', items : [ 'PasteFromWord', '-', 'Undo', 'Redo' ] }, - '/', - { name: 'basicstyles', items : [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ] }, - { name: 'paragraph', items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] }, - { name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] }, - { name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, - ]; - - config.height = '500px'; -};