Question

I'd like to only allow h2 and h3, but I'm not sure how to edit the list in the dropdown shown by adding the 'formatselect' button.

Was it helpful?

Solution

in your tiny mce init file

tinyMCE.init({
    ...
    theme_advanced_blockformats : "h2,h3"
});

docs

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top