Arek Wtykło

Add blockquote

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