Hi
How to add options to style select ?
Tried to
HtmlEditorConfig::get('cms')->setOption(array('styleselect',array('first-style','second-style'));
HtmlEditorConfig::get('cms')->modifyButtons('styleselect','1','0',array('fist-style','second-style'));
but nothing happend