Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

How to get Tag title of the tag authored in page

Avatar

Level 7

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
3 Replies

Avatar

Correct answer by
Community Advisor

Avatar

Community Advisor

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