Hi,
I’m creating a component as a template for a slider.
This slider is using a looper provider and consumer to get the images from the post meta.
I want to pass the post meta ID through a custom attribute like x-gallery-id=“123”
So, when I add this component to any page, the custom attribute for the component will dictate the gallery id.
And then, the component itself would need to use this id as a parameter.
Is something like this possible? How?