How to change Formatting menu options in redactor? -
by default, under formatting menu (when button clicked), there these options:
normal text quote code header 1 header ... header 5
i have these options:
normal text quote code
is there way that? i've been scouring configuration options , haven't been able find out how it.
olivérs answer wrong.
you can achieve doing following:
$('#redactor').redactor({ formattingtags: ['p', 'blockquote', 'pre'] });
Comments
Post a Comment