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.
A:
phillc
2009-06-03 14:53:18
Awesome, that did the trick. Thanks!
zlog
2009-08-20 15:22:17
Although, being a rails plugin, I fixed it in the controller in: uses_tiny_mce( ... :theme_advanced_blockformats => "h2,h3,p" ... )
zlog
2009-08-20 15:23:55