Hi All,
Is it possible to extend the following dialogs in AEM :-
I would like to add two additional text fields to these dialogs.
Is there an example or tutorial how to do this?
Or which nodes / properties should be extended to achieve this?
Thank you for any advise!
Best regards.
Views
Replies
Total Likes
Hi @RobertBailey1
You should be able to make changes to these on the below path:
/libs/commerce/gui/content/products
Please review and overlay as requried.
Hope this helps!
Hi @Asutosh_Jena_ ,
Thank you for your response.
Do you know which nodes under /commerce/gui/content/products should be extended or customised , in order to add two additional text fields to the "Create folder" dialog and "View folder properties" dialogs?
I have attached screenshot showing first two levels of nodes under ''/apps/commerce/gui/content/products''.
Thank you for your time and best regards,
Robert
Hi @RobertBailey1
Please refer the below paths:
For adding fields to create folder dialog.
/libs/commerce/gui/content/products/jcr:content/actions/secondary/create/items/createfolder
/libs/wcm/core/content/coral/common/createfolderdialog/items/form/items
For adding fields to View Properties of folder:
/libs/sling/Folder/cq:dialog/content/items/columns/items/props/items/systemprops/items
Please note these are the global fields and updating these will have impact globally.
Thanks!
Views
Likes
Replies