<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to get Tag title of the tag authored in page in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451672#M129504</link>
    <description>&lt;P&gt;&lt;LI-USER uid="17475627"&gt;&lt;/LI-USER&gt;&amp;nbsp;try this&lt;/P&gt;&lt;P&gt;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-read-the-tags-title-form-cq-tags-property/m-p/188964" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-read-the-tags-title-form-cq-tags-property/m-p/188964&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 12:19:02 GMT</pubDate>
    <dc:creator>Jagadeesh_Prakash</dc:creator>
    <dc:date>2022-05-12T12:19:02Z</dc:date>
    <item>
      <title>How to get Tag title of the tag authored in page</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451670#M129502</link>
      <description>&lt;P&gt;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&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 12:14:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451670#M129502</guid>
      <dc:creator>Ronnie09</dc:creator>
      <dc:date>2022-05-12T12:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Tag title of the tag authored in page</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451672#M129504</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17475627"&gt;&lt;/LI-USER&gt;&amp;nbsp;try this&lt;/P&gt;&lt;P&gt;&lt;A href="https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-read-the-tags-title-form-cq-tags-property/m-p/188964" target="_blank"&gt;https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-read-the-tags-title-form-cq-tags-property/m-p/188964&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 12:19:02 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451672#M129504</guid>
      <dc:creator>Jagadeesh_Prakash</dc:creator>
      <dc:date>2022-05-12T12:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Tag title of the tag authored in page</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451675#M129507</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17475627"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can use TagManager but&amp;nbsp;TagManager&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;implicit object is not available in sightly. So you need to use JS use API or sling model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dipti&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 12:30:18 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451675#M129507</guid>
      <dc:creator>Dipti_Chauhan</dc:creator>
      <dc:date>2022-05-12T12:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Tag title of the tag authored in page</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451689#M129512</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;LI-USER uid="17475627"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Notice that here are good examples of reading tags&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://gist.github.com/ksurendra/900b2c5ce943fd85112e4de376aaaf20" target="_blank"&gt;https://gist.github.com/ksurendra/900b2c5ce943fd85112e4de376aaaf20&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/mcp/form/TagPickerComponent.java" target="_blank"&gt;https://github.com/Adobe-Consulting-Services/acs-aem-commons/blob/master/bundle/src/main/java/com/adobe/acs/commons/mcp/form/TagPickerComponent.java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;also above one is using Tag Picker.&lt;BR /&gt;&lt;BR /&gt;Hope that helps you!&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 13:35:58 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-tag-title-of-the-tag-authored-in-page/m-p/451689#M129512</guid>
      <dc:creator>SantoshSai</dc:creator>
      <dc:date>2022-05-12T13:35:58Z</dc:date>
    </item>
  </channel>
</rss>

