How can I add localized descriptions to tags in the Tagging Edit page in AEM
Hello
Can I add localized descriptions to tags? If not, what are the alternative solutions?
Hello
Can I add localized descriptions to tags? If not, what are the alternative solutions?
No its not present out of the box @margaritageg
An alternative is that for each tag we can create a child tag that will store the Tag's Description.
This way you can leverage the OOTB localization for tags.
Another more tedious way is to extend the tag metadata. This will require some development.
Extend the /apps/cq/tagging/widgets/source/widgets/admin/TagAdmin.js component to add a new field for descriptions.
Modify the tag storage structure in the JCR to include localized descriptions.
Update the tagging dialogs and components to use this new metadata.
Let me know if this helps
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.