As per Adobe suggestion to resolve a issue in my browse path component, I need to overlay below client library file in AEM.
/etc/clientlibs/granite/coralui2/optional/rte/js/components/rte/ui/dialogs/LinkBaseDialog.js
Currently I have created a client library with same category name under /apps and referred all the files in the original(/etc) client library with js.txt file(/apps).
By doing this both the overlay-ed and the original client library are getting loaded. Need to know how to properly overlay a client library.
Can anyone help me on this.
Thanks in advance!
Solved! Go to Solution.
Views
Replies
Total Likes
If you have js.txt at both the places, it will include clientlibs twice.
You can remove js.txt from path where you have overlayed clientlib
If you have js.txt at both the places, it will include clientlibs twice.
You can remove js.txt from path where you have overlayed clientlib
It is not recommended to modify any library files in AEM. So removing the js.txt file from source(couralUI2 Library) might cause issue during upgrade.
Views
Replies
Total Likes
you don't have to remove it from the source location
you have to remove it from the place where you have your overlayed clientlib under /apps (destination)
Views
Replies
Total Likes
Views
Likes
Replies