Hello everyone, I just wanted to showcase a demo of a plugin I’ve been working on for Bricks, I truly like how powerful this builder is. I wish it was a little more flexible in terms of controls creation in the UI, but this is what I’ve got so far. It allows you to:
Get data from ani REST API and access nested properties of the response to then display it
Get data from a CSV and display it
I’m doing this more as a hobby, as all I needed was the CSV part for now, but if there would be interest I could push it forward. I’d love to hear if any of you found themselves needing something like this at some point in your lives of Bricks Pros.
Looks promising. I could see using it myself on a site where I need to display products (catalog, not on sale) imported from 4-5 different wholesalers. Looks much cleaner than setting separatae csv imports, cron updates etc.
Hello, I haven’t needed pagination for my personal usecase yet, neither filters, it seems like it might not be that simple, but I think I could reverse engineer how Bricks does it.