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
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
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
from codebase
path -
ui.apps/src/main/content/jcr_root/apps/<your project name>/components/page/_cq_dialog
thanks
You need to create a folder called _cq_dialog under the page component and then .content.xml under _cq_dialog. However if you do not know how the xml is formed or do not know what properties or attributes it should have to work properly, I recommend, create this dialog in crx/de, add the necessary nodes and properties, create a package and import the xml back to the code. Post that you can modify as needed.
@Vodjakxa Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes