How to add a unique ID to the already created tags
HI All,
I have a requirement, where I have a large number of tags in my system under cq:tags example (/content/cq:tags/exampleTag), but these tags have only title property and description property in it, I need to add a new property as ID for it, a one similar to jcr:uuid (either this is also fine).
The id property should have unique values for each tag and should be created for all the tags and sub-tags of the selected tag.
Do we have any configuration settings for it, to create a ID property for a already existing tags, or any kind of code that we could run to create the ID's for the tags.
All suggestions are welcome.
Thanks,
Nirmal