Tailor RichContent Editor export/import

When using a richtexteditor with tailor, I insert images from the Media.
I export the data.
I import the data in my staging website.

The issue is that the link to the image is absolute instead of being relative to the media folder.

Is there a way to circumvent this?

EDIT: also noticing that the page links are empty after export/import as well

Take a look at config/system.php for the relative_links config:

'relative_links' => false,

Setting this to true should instruct the media manager to use relative links.

2 Likes

this is wow!

thanks @daft