Hi there,
I would like to know what is the best way to modify an OOB functionality in AEM.
The initial request is to restrict some characters when adding Assets to DAM. I see that in fileupload.js there is a Ilegal-characters variable that contains some of them.
I would like to know what is the best way to recreate this functionality and create a custom function to validate characters.
Regards.
Solved! Go to Solution.
Views
Replies
Total Likes
Your use case is fit for using Overlays but it doesn't harm in knowing other features available in AEM
check these -
Using the Sling Resource Merger in AEM
cq5 - overlay/overriding v/s extending of components in AEM - Stack Overflow
Views
Replies
Total Likes
Your use case is fit for using Overlays but it doesn't harm in knowing other features available in AEM
check these -
Using the Sling Resource Merger in AEM
cq5 - overlay/overriding v/s extending of components in AEM - Stack Overflow
Views
Replies
Total Likes
In addition - read this AEM topic -- AEM: Creating an overlay component in CQ
Views
Replies
Total Likes