Hi guys.
TinyMCE seems to add default inline font styles to paragraphs.
I’d like to turn this off.
Googling has lead me to a couple of links that tell me to edit:
/tinymce/themes/advanced/css/advanced/edit_content.css
Under mox, this I can find this path:
[]webroot/assets/components/tinymce/jscripts/tiny_mce/themes/advanced/
But, I can’t find the ’edit_content.css’ file.
How can turn off the inline styling of fonts by tinyMCE ?
Additionally, I keep coming across references in docs pertaining to tinyMCE, on how to pass options to the tinyMCE.init function. I’d like to be able to customise the init to do things like change the tag styles from XHTML to HTML style when tinyMCE adds them.
How can I customise the init in an install of modx?
Thanks