Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Include XF in Sightly

Avatar

Level 5

Hi,

I need to add XF in sightly as static include. e.g.

<sly data-sly-resource="${@ path=xfpath, resourceType='cq/experience-fragments/editor/components/experiencefragment'}" />

Here xfpath is the path of experience fragment. But this fragment not display on my page. what is the way to do it?

xfpath = /content/experience-fragments/myapp/en/products/1234

Regards,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

<sly data-sly-resource="/content/experience-fragments/myapp/en/products/1234"></sly>

Arun Patidar

AEM LinksLinkedIn

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

<sly data-sly-resource="/content/experience-fragments/myapp/en/products/1234"></sly>

Arun Patidar

AEM LinksLinkedIn