From: Benoît Pin Date: Mon, 29 Aug 2011 09:07:02 +0000 (+0200) Subject: Masquage du bouton « Image » de ckeditor. X-Git-Tag: 3.6.1~4 X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/commitdiff_plain/6cfc39c3f3c88b9560d032b11335111257ffa69b Masquage du bouton « Image » de ckeditor. --- diff --git a/skins/ckeditor/config.js b/skins/ckeditor/config.js index 58759ed..6393de7 100644 --- a/skins/ckeditor/config.js +++ b/skins/ckeditor/config.js @@ -20,7 +20,7 @@ CKEDITOR.editorConfig = function( config ) { 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 : [ 'PlinnImage', 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, + { name: 'insert', items : [ 'PlinnImage', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] }, ]; // context menu