I am trying to add color picket in AEM 6.5.16. I am following this article http://aemlab.blogspot.com/2019/07/aem-rte-custom-plugins-1.html to setup color picker but I get empty color widget with below error,
Uncaught ReferenceError: _ is not defined
Solved! Go to Solution.
Views
Replies
Total Likes
Try changing dependency from underscore to lodash.underscore
There are discussion about it in the blogs comment section
Try changing dependency from underscore to lodash.underscore
There are discussion about it in the blogs comment section
Thank you Arun. The above issue is resolved with lodash.underscore
Can you please check and provide your input on https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-add-new-style-to-bu...
Hi,
I also got same error, Can you please tell me where you have changed this
lodash.underscore.
Views
Replies
Total Likes
Hi Arun,
where we need to change the dependency from underscore to lodash.underscore.
Views
Replies
Total Likes
you need to update this in the color picker clientibs.
e.g./apps/commons/rte/plugins/clientlibs/
Views
Replies
Total Likes