Anyone know how to make a tag field in the metadata schema required like a text field?
Solved! Go to Solution.
Hi Karel,
You can overlay '/libs/cq/gui/components/common/tagspicker/clientlibs/tagspicker.js'
and add a custom validation function to check for null and show a message respectively.
Views
Replies
Total Likes
The only thing i can think of is to create a workflow, Then write a custom step and the Tag Manager API. Pass the payload through the workflow and then use the Tag Manager API to check for tags on that given payload, If there are no tags - then email someone to alert them.
Views
Replies
Total Likes
Hi Karel,
You can overlay '/libs/cq/gui/components/common/tagspicker/clientlibs/tagspicker.js'
and add a custom validation function to check for null and show a message respectively.
Views
Replies
Total Likes
Hi
Reference article for tagspicker is:-
Link:- http://experience-aem.blogspot.in/2015_05_01_archive.html (Search for tagspicker)
I hope this will help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies