How to restrict number of tags we are able to select in the component dialog
Hi All,
In our component dialog.xml, we currently have the below :
<tags
jcr:primaryType="cq:Widget"
cls="cq-propsdialog-tags"
fieldLabel="Tags"
name="./cq:tags"
xtype="tags"/>
#1] We should be able to restrict the tags we are able to select in the dialog to 3. Saw a similar article https://forums.adobe.com/thread/1175413, but on trying that , it doesn't seem to be working correctly.
#2] Also, an additional query : what should be done if we have to restrict 3 tags per namespace.
if you can let me know the changes that have to be made to the dialog structure/reference articles, it would be helpful.