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.