Hi all, having some trouble getting the Styles dropdown setup. We're defining a set of styles which combine various classes from our css files via a non-visual TinyMCE plugin. This works fine, but as soon as we specify a few styles sheets for the editor to link into via a UIEditorCSSPaths dynamic property, the styles get replaced with the ones in the css files.
Comparing the TinyMCE.Init js that gets injected, there seems to be some sort of conflict between Content_CSS and Style_Formats.
When I have UIEditorCSSPaths set Style_Formats gets set to an empty array. Is this by design? We really need to have both our css referenced and custom styles in the styles dropdown. The two features on their own are of little use for what we are trying to achieve.
Hi all, having some trouble getting the Styles dropdown setup. We're defining a set of styles which combine various classes from our css files via a non-visual TinyMCE plugin. This works fine, but as soon as we specify a few styles sheets for the editor to link into via a UIEditorCSSPaths dynamic property, the styles get replaced with the ones in the css files.
Comparing the TinyMCE.Init js that gets injected, there seems to be some sort of conflict between Content_CSS and Style_Formats.
When I have UIEditorCSSPaths set Style_Formats gets set to an empty array. Is this by design? We really need to have both our css referenced and custom styles in the styles dropdown. The two features on their own are of little use for what we are trying to achieve.
Cheers