Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Override module JS file
I want to modify some code in file modules\apps\dynamic-data-mapping\dynamic-data-mapping-form-builder\src\main\resources\META-INF\resources\js\util\fieldSupport.es.js in Liferay 7.3.
I was reading some articles about override JS files, but that files include an AUI tag that not exist in this file, something like this:
AUI.add(
'liferay-upload',
[...]
Is it possible to make an override this kind of JS files?
Thanks in advance.