How to overlay a client library in AEM?
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!