


In page properties I have authored 3 tags, I want to display those tag title and print it on page using Sightly. How to achieve that
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Ronnie09
You can use TagManager but TagManager implicit object is not available in sightly. So you need to use JS use API or sling model.
Thanks
Dipti
Dear @Ronnie09
Notice that here are good examples of reading tags
https://gist.github.com/ksurendra/900b2c5ce943fd85112e4de376aaaf20
https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/ad...
also above one is using Tag Picker.
Hope that helps you!
Regards,
Santosh