CKEditor Blockquote not working

edited April 2014 in Bug Reports
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

  • edited 12:24AM
    Hmmmm I wonder if this maybe isn't possible. I added 'Blockquote' to the ck_editor_settings array in MY_Fuel.php

    $config['ck_editor_settings'] = "{
    toolbar:[
    ['Bold','Italic','Strike'],
    ['Blockquote'],
    ...

    And blockquote shows up as it's own button. Works for my needs.
Sign In or Register to comment.