CKEditor Blockquote not working
It looks like the blockquote plugin is included. This is how I have the style defined in my ckeditor config file:
{ name: 'Blockquote', element: 'blockquote',
styles: {
'font-size': '2.313em'
}
}
My other custom styles work fine, but for some reason the blockquote won't work
Comments
$config['ck_editor_settings'] = "{
toolbar:[
['Bold','Italic','Strike'],
['Blockquote'],
...
And blockquote shows up as it's own button. Works for my needs.