iamdonli Hi, I'm working on an extension and I need to modify the contents of /core/js/lib/helpers/avatar.js file How to do that?
clarkwinkelmann I don't think it's possible to extend helpers at the moment. The best alternative is to use the extend method on the classes that use the avatar helper, so you can change the code that uses the helper.