Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

in my CKeditor config I have this:

CKEDITOR.editorConfig = function( config ) {
    config.toolbar = [
        { name: 'styles', items : [ 'Format' ] },
    ]
};

I want this config only show heading2 & heading3 but it shows all headings. how can I do that?

tanks a lot.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.