IMPLEMENTED: Auto-import images on template import

Hello everyone, I started working on this. I’ll update you guys on the progress. So far it looks like it should actually be simpler to do than in Elementor as Bricks has a flat structure of the JSON that is being copied and pasted, opposed to Elementor, which had a JSON tree object.

My only question as of now is… Do images get copied between pages (domains)? Could someone from the Bricks team confirm/debunk this for me? I’ve been trying to understand how it works. In Elementor, this happened automatically - the images simply got downloaded given the URL. Any info about this @timmse? Or someone else?

I found some seemingly old/dead threads like this one where it’s discussed, but I don’t see any “fixes” in the changelog since when this feature was released.

When I built this for Elementor, I spun up an Express server, that downloaded the images from Figma into each user’s folder and then Elementor downloaded them from my server to the Wordpress Instance where I pasted it.

1 Like