Masquage du bouton « Image » de ckeditor.
authorBenoît Pin <pin@cri.ensmp.fr>
Mon, 29 Aug 2011 09:07:02 +0000 (11:07 +0200)
committerBenoît Pin <pin@cri.ensmp.fr>
Mon, 29 Aug 2011 09:07:02 +0000 (11:07 +0200)
skins/ckeditor/config.js

index 58759ed..6393de7 100644 (file)
@@ -20,7 +20,7 @@ CKEDITOR.editorConfig = function( config )
                { name: 'basicstyles',  items : [ 'Bold', 'Italic', 'Underline', 'Strike', 'Subscript', 'Superscript', '-', 'RemoveFormat' ] },\r
                { name: 'paragraph',    items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] },\r
                { name: 'links',                items : [ 'Link', 'Unlink', 'Anchor' ] },\r
-               { name: 'insert',               items : [ 'PlinnImage', 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
+               { name: 'insert',               items : [ 'PlinnImage', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
        ];\r
        \r
        // context menu\r