


I have added a standard tag, and I can't make it require and single selection of tag. How can I make it required and single selection from the list of tags not multiple
Solved! Go to Solution.
Views
Replies
Sign in to like this content
Total Likes
Hi @Ronnie09,
You can't set Standard Tag to required and/or single selection from Metadata Schema GUI. However base on a fact that Standard Tag is using /libs/cq/gui/components/coral/common/form/tagfield, you can utilize pops that are supported by this component:
On crx level make following changes on your schema level for Standard Tag filed you have added:
Result
Alternatively you can create your own component that you will use under Metadata Schema to full fill your requirements.
Hi @Ronnie09,
You can't set Standard Tag to required and/or single selection from Metadata Schema GUI. However base on a fact that Standard Tag is using /libs/cq/gui/components/coral/common/form/tagfield, you can utilize pops that are supported by this component:
On crx level make following changes on your schema level for Standard Tag filed you have added:
Result
Alternatively you can create your own component that you will use under Metadata Schema to full fill your requirements.