Is there a way to prevent umbraco and tinyMce from rewriting links when a page is published?
I need to stop links such as href="http://mysite/" being changed to href="/" as the page is used to render the contents for an email and as such all paths must remain absolute or they become usless in an email.
Prevent TinyMCE from rewriting links
Is there a way to prevent umbraco and tinyMce from rewriting links when a page is published?
I need to stop links such as href="http://mysite/" being changed to href="/" as the page is used to render the contents for an email and as such all paths must remain absolute or they become usless in an email.
Thanks,
Matt
Found it.
you need to add
<config key="remove_script_host ">false</config>
to the <customConfig> section of tinyMceConfig.config
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.