[color=Black]Apologies! Overlooked the question. Please ignore.May be Appendix G of LS dev guide is of help. [/color]
I want to add a new style to the "Style" drop-down available in tiny mce editor in livesite components. I read the LiveSite Dev Guide and there is some reference on customizing the tiny mce but not much details are given as to the procedure to add a new style as required. Can anyone give a clue?
Generally speaking, you should be able to define your new styles in the file referenced by content_css tinymce initialization attribute and define the styles to be included in the dropdown in the theme_advanced_styles configuration setting.If you can define both content_css and theme_advanced_styles in the livesite configuration, you should be able to do this.