Auto layout contextual menus popup from component

I’d like to create a popup overlay contextual menu. I’ve created a component by creating a text label and added auto layout to it. Each ‘list’ item is added by duplicating this label. The background is a filled frame.
I’ve also added some dividing lines between certain labels:

Menu label 1
Menu label 2
Menu label 3
--------------
Menu label 4
--------------
Menu label 5

So my issue is: if I want to add a new menu label, I have to either change the master component, which obviously changes every instance, or I have to detach and amend the new one.
Is there a way to be able to override the child so I can change the dividing lines and/or add/remove menu labels?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.