I created a component 1 (main component), and copy paste it as component 2.
I want to modify the component 2 a bit, for example the layout of textbox. I’ll have to detach component 2 from component 1 (main component). Can I re-attach component 2 to component 1 (main component) after I detach it?
Or is there any other way to modify component layout?