Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have tried all combinations of
<config key="convert_urls">true</config> <config key="relative_urls">false</config> <config key="remove_script_host">false</config>
in tinyMceConfig.config but no matter what, all image sources are relative like this:
<img src="/media/oejeu3gj/logo.png?width=246&height=49" width="246" height="49" data-udi="umb://media/744a1277a0c944e1bbf07b25b5ac74d1" />
Those 3 switches seems to have no effect at all...
Please advice :-)
I believe you can set the urlProviderModel to Absolute in umbracoSettings.config file.
urlProviderModel
Absolute
umbracoSettings.config
Read more here: https://our.umbraco.com/Documentation/Reference/Config/umbracoSettings/index-v8#urlprovidermode
As it turns out the combination of
urlProviderModel="Absolute"
and
<config key="convert_urls"></config>
gives me the result I was after so THANK YOU! :-)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How do I get absolute urls when inserting images in TinyMCE?
I have tried all combinations of
in tinyMceConfig.config but no matter what, all image sources are relative like this:
Those 3 switches seems to have no effect at all...
Please advice :-)
I believe you can set the
urlProviderModel
toAbsolute
inumbracoSettings.config
file.Read more here: https://our.umbraco.com/Documentation/Reference/Config/umbracoSettings/index-v8#urlprovidermode
As it turns out the combination of
and
gives me the result I was after so THANK YOU! :-)
is working on a reply...