-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Do you know if its possible to make custom stylesCombo_stylesSet?
I would like to include some customizations, but the way I know how to do it is:
CKEDITOR.addStylesSet( 'RODELA',
[
// Block Styles
{ name : 'big title', element : 'span', attributes : { 'class' : 'main-title' } }
]);
but it doesnt create it as html nor bbcode. Could you enlighten me about what is the correct way of doing this?
Metadata
Metadata
Assignees
Labels
No labels