removes options from wysiwyg [#39]
This commit is contained in:
@@ -108,10 +108,8 @@ CKEDITOR.editorConfig = function( config )
|
||||
];
|
||||
|
||||
config.toolbar_mini = [
|
||||
{ name: 'paragraph', groups: [ 'list', 'indent', 'blocks', 'align', 'bidi' ], items: [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock' ] },
|
||||
{ name: 'styles', items: [ 'Font', 'FontSize' ] },
|
||||
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ], items: [ 'Bold', 'Italic', 'Underline', 'Strike', '-', 'RemoveFormat' ] },
|
||||
{ name: 'insert', items: [ 'Table', 'HorizontalRule', 'SpecialChar' ] }
|
||||
{ name: 'paragraph', groups: [ 'list' ], items: [ 'NumberedList', 'BulletedList' ] },
|
||||
{ name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ], items: [ 'Bold', 'Italic', 'Underline', 'Strike' ] }
|
||||
];
|
||||
config.toolbar = "mini";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user