In a text component we've configured our rich text editor in the
component dialog to have a default past mode of "plaintext" to ensure
that it will use the select style, eg simple tags, or headings, to
ensure the CSS for the page will have full control of the styling.The
component is also enabled for inline edit. This works great unless you
past text from word or html as this mode will include the styling,
meaning the text does not render using the CSS styles.Is there any way
to control the han...