Default paste mode for inline editing
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 <p> 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 handling of pasted data in inline edit mode? Ideally we just want plaintext in all editing modes.