내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

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


Santosh Sai

AEM BlogsLinkedIn


원본 게시물의 솔루션 보기

3 답변 개

Avatar

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

Avatar

정확한 답변 작성자:
Community Advisor

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


Santosh Sai

AEM BlogsLinkedIn