]> CRI, Mines Paris - PSL - ckeditor.git/commitdiff
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 58759ed311bdd0e9e0be2f82b539c71520916b8b..6393de7a843a461d8e1d686747afdbefba19a120 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