Hi Team,
I want to add a custom action on my component tool bar in Touch UI.
Now scenario is like -- I have one container component [1]. and inside it I have custom text image component [2] as child of container component [1].
In my container component [1] , I have added a custom action cq:actions --> delete in cq:EditConfig. and in cq:actionConfigs --> some text [Insert Component] as highlighted in below screenshot.

Now when I click on Insert Component on component tool bar, it should insert same custom text image component below to existing one but inside container component [1]. but not in parsys.
so after inserting there will another custom text image component will appear. so in container, I will have two custom text image component after click on Insert Component.
Can someone please help to write function for Insert Component so that it can add another component in container?
Regards,
Prince