I would like to do it from code and not from crxde
Views
Replies
Total Likes
You should be adding tab to the cq:dialog of the page component in your code base and then deploy your changes
Views
Replies
Total Likes
Hi @Vodjakxa
You can use VSCode AEM Sync in visual studio code IDE and sync the .content.xml, dialog.xml
files from your local to your codebase and make changes accordingly without using crx/de console. Then commit the changes if met your requirements
Hope this helps
Thanks,
Prathyusha
Views
Replies
Total Likes
Hi,
You can add multiples tab to your cq:dialoge at your page Component.
Just for a ex you can check here -
/apps/<your-project-name>/components/<page | page-v2>/cq:dialog/content/items/tabs
if this doest not exists you can overlay from OOTB page compoents and add it.
Thanks
Views
Replies
Total Likes