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'] }); 

demo: http://jsfiddle.net/ekm4a/


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -