Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Dear Team,
I have a requirement, where I need to add config.disableTargeting = true; in EditBase.js.
So I copied EditBase.js from /libs/cq/ui/widgets/source/widgets/wcm/EditBase.js to my apps/customapp/clientlib/EditBaseFix.js folder.
But how can I call this EditBaseFix.js file in my all the custom components ?
Thanks
Sonu
Solved! Go to Solution.
Just copy the custom file in this folder /apps/cq/ui/widgets/source/widgets/wcm/EditBase.js and it will be called automatically.
View solution in original post
As mentioned by Kunal,
Copy the file to the folder "/apps/cq/ui/widgets/source/widgets/wcm/EditBase.js" and it will be called automatically.
Views
Likes
Replies