Hi,
we use the districts within the Gallery to add html content. Doing that, we also reference media (pdf files, images etc.) uploaded prior into the "media" section via the Gallery admin login before. This obviously only works by using absolute paths (https://our-gallery/api/media/xxxx/my_image.png).
We use a staging environment to build out the gallery including the districts; later, we move everything to production. As staging and production do have different sub-domains, we have to change the absolute paths one by one manually, which is a nuisance.
Is there a way of either using relative paths or to automate the change of the absolute paths in the html of the districts?
Thanks,
Oliver