Components: Repeater and reusable select property

Hey there!

I’m currently struggling with creating components and the ability to add multiple attributes. It would be nice if I could add multiple data attributes without creating them “hard” in the component as the amount and the type of the attributes can vary. This could possibly solved via a repeater property.

In addition, it would be great to re-use a select property on multiple groups. In this example, I would create a select property with various data-attribute options without creating the same select property again and again for another attribute.

I’m sure you guys got this! :slight_smile:

Addition: For a first improvement, it would amazing if you could enable the whole attribute control group to be accesible on the instance if you wish to. This could be nice for other control groups like interactions and conditions, too.