Hi bricks team,
Would it be technically possible to control the query loop separately in Components?
For example, we have 6 loops for displaying products on the website. We want to control these 6 seamlessly with Components. On the other hand, each of these Components has a different query. For example, one for displaying the newest products, one for displaying related products, and so on.
Currently, if we change the query in one component, the query is updated in all similar components. So I think it would be great if there was a way to control the query in each component separately.