Arek Wtykło

Add blockquote

@@ -11,7 +11,7 @@ CKEDITOR.editorConfig = function( config ) { @@ -11,7 +11,7 @@ CKEDITOR.editorConfig = function( config ) {
11 {name: 'links', items: ['Link', 'Unlink', 'Anchor']}, 11 {name: 'links', items: ['Link', 'Unlink', 'Anchor']},
12 {name: 'styles', items: ['Format', 'Font', 'FontSize']}, 12 {name: 'styles', items: ['Format', 'Font', 'FontSize']},
13 '/', 13 '/',
14 - {name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', '-', 'TextColor', 'BGColor', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']}, 14 + {name: 'basicstyles', items: ['Bold', 'Italic', 'Underline', 'Strike', 'Blockquote', 'RemoveFormat', '-', 'TextColor', 'BGColor', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock']},
15 {name: 'paragraph', items: ['NumberedList', 'BulletedList', 'Outdent', 'Indent']}, 15 {name: 'paragraph', items: ['NumberedList', 'BulletedList', 'Outdent', 'Indent']},
16 {name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'Smiley', 'Iframe']}, 16 {name: 'insert', items: ['Image', 'Table', 'HorizontalRule', 'Smiley', 'Iframe']},
17 ]; 17 ];