<?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: Use featured image from page properties in HTL in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452360#M129807</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17468835"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can read the image fileReference like this -&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;${properties['image/fileReference']}&lt;/PRE&gt;</description>
    <pubDate>Wed, 18 May 2022 03:13:21 GMT</pubDate>
    <dc:creator>anish-s</dc:creator>
    <dc:date>2022-05-18T03:13:21Z</dc:date>
    <item>
      <title>Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452345#M129798</link>
      <description>&lt;P&gt;I want to render the current page featured image on the same page. And for that I am using HTL. Is there a way I can just call currentPage or properties object in HTL to get that image as we do for jcr:title( ${properties.jcr:title})?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 01:44:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452345#M129798</guid>
      <dc:creator>nikita24tailor</dc:creator>
      <dc:date>2022-05-18T01:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452347#M129800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17468835"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It depends on your customization (Static/Editable templates). If you're not customizing anything then it would store here- /content/&lt;/SPAN&gt;&lt;U&gt;&lt;STRONG&gt;yourpagepath&lt;/STRONG&gt;&lt;/U&gt;&lt;SPAN&gt;/jcr:content/image. If you look at the property of fileReference then you'll see the image reference path. You'll have to use Server Side script (JavaScript API) or use Java to read this and inject back to HTL/HTML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Santosh&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 02:16:29 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452347#M129800</guid>
      <dc:creator>SantoshSai</dc:creator>
      <dc:date>2022-05-18T02:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452348#M129801</link>
      <description>&lt;P&gt;I'm not using any custom property for image. I'm using the one which is already available in page properties in Image tab.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 02:05:25 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452348#M129801</guid>
      <dc:creator>nikita24tailor</dc:creator>
      <dc:date>2022-05-18T02:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452350#M129802</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17468835"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do you mean this Thumbnail Image? It looks like that Image tab is customized one - If yes refer to my above answer please.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-05-17 at 10.10.29 PM.png" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/41056i9E19AF0C2DA56C7C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2022-05-17 at 10.10.29 PM.png" alt="Screen Shot 2022-05-17 at 10.10.29 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 03:15:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452350#M129802</guid>
      <dc:creator>SantoshSai</dc:creator>
      <dc:date>2022-05-18T03:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452360#M129807</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="17468835"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You can read the image fileReference like this -&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;${properties['image/fileReference']}&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 May 2022 03:13:21 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452360#M129807</guid>
      <dc:creator>anish-s</dc:creator>
      <dc:date>2022-05-18T03:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452365#M129808</link>
      <description>&lt;P&gt;No, not this thumbnail, there is other image tab in aem as a cloud service. And that is not the customized one.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 04:39:48 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452365#M129808</guid>
      <dc:creator>nikita24tailor</dc:creator>
      <dc:date>2022-05-18T04:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452366#M129809</link>
      <description>&lt;P&gt;This isn't working.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 04:48:25 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452366#M129809</guid>
      <dc:creator>nikita24tailor</dc:creator>
      <dc:date>2022-05-18T04:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452372#M129811</link>
      <description>&lt;P&gt;Can you share a screenshot of which image property you are checking and in which tab for page properties.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 04:59:52 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452372#M129811</guid>
      <dc:creator>anish-s</dc:creator>
      <dc:date>2022-05-18T04:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452375#M129813</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-05-18 11-18-10.png" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/41061i13BABADA030C0EAA/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2022-05-18 11-18-10.png" alt="Screenshot from 2022-05-18 11-18-10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The featured image which this screenshot is showing, I want to get that in my HTL.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 06:23:05 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452375#M129813</guid>
      <dc:creator>nikita24tailor</dc:creator>
      <dc:date>2022-05-18T06:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452399#M129818</link>
      <description>&lt;P&gt;try with ${pageProperties.&lt;STRONG&gt;propertyName&lt;/STRONG&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 06:59:17 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452399#M129818</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-05-18T06:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452407#M129822</link>
      <description>&lt;P&gt;This is not working.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 07:24:14 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452407#M129822</guid>
      <dc:creator>nikita24tailor</dc:creator>
      <dc:date>2022-05-18T07:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452446#M129838</link>
      <description>&lt;P&gt;Can you share,&lt;/P&gt;&lt;P&gt;1. what is the property name ?&lt;/P&gt;&lt;P&gt;2. where are want to access this property? in a component or in a page component?&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 10:57:30 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452446#M129838</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-05-18T10:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452475#M129845</link>
      <description>&lt;P&gt;1. There is no property name. I just want to use the featured image of the core page component. It is found in the dialog box. here is the screenshot:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2022-05-18 17-48-52.png" style="width: 999px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/41085i907863AACABC9367/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2022-05-18 17-48-52.png" alt="Screenshot from 2022-05-18 17-48-52.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I want to access this in HTL of a component.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 12:22:04 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452475#M129845</guid>
      <dc:creator>nikita24tailor</dc:creator>
      <dc:date>2022-05-18T12:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use featured image from page properties in HTL</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452484#M129846</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The names of the property is&amp;nbsp;&lt;SPAN&gt;at&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://github.com/adobe/aem-core-wcm-components/blob/72ee9a869c51deb4e5d2a5c1ec5b60c5579b2f68/content/src/content/jcr_root/apps/core/wcm/components/page/v3/page/_cq_dialog/.content.xml#L123" target="_blank" rel="noopener"&gt;https://github.com/adobe/aem-core-wcm-components/blob/72ee9a869c51deb4e5d2a5c1ec5b60c5579b2f68/content/src/content/jcr_root/apps/core/wcm/components/page/v3/page/_cq_dialog/.content.xml#L123&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You must try&lt;/P&gt;&lt;PRE&gt;${pageProperties['cq:featuredimage/fileReference']}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 13:06:30 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/use-featured-image-from-page-properties-in-htl/m-p/452484#M129846</guid>
      <dc:creator>arunpatidar</dc:creator>
      <dc:date>2022-05-18T13:06:30Z</dc:date>
    </item>
  </channel>
</rss>

