활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hello, I'm attempting to create my own page component. I am overlaying core/wcm/components/page/v2/page. I found two lines of cloud configuration code, and a bit confused as what they are actually doing.
I am seeing these two lines of Sightly Includes:
path: /apps/core/wcm/components/page/v2/page/headlibs.html
<sly data-sly-test="${hasCloudconfigSupport}" data-sly-resource="${'cloudconfig-header' @ resourceType='cq/cloudconfig/components/scripttags/header'}"></sly>
path: /apps/core/wcm/components/page/v2/page/footer.html
<sly data-sly-test="${page.hasCloudconfigSupport}" data-sly-resource="${'cloudconfig-footer' @ resourceType='cq/cloudconfig/components/scripttags/footer'}"></sly>
I've already checked out the cloud service configuration documentation, and found nothing.
Questions I have:
Thank you.
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
It has to do with resolving context-aware configuration stuff.
It's using an underlying service user cloudconfig-scripttags with jcr:read permissions to read the ScriptTagComponents from all cloud services.
조회 수
답글
좋아요 수
It has to do with resolving context-aware configuration stuff.
It's using an underlying service user cloudconfig-scripttags with jcr:read permissions to read the ScriptTagComponents from all cloud services.
조회 수
답글
좋아요 수
Can you elaborate more on this one, I had the similar doubt but I didn't find much adobe documentation. what are scripttag components and how they will be resolved with the above script.
조회 수
답글
좋아요 수
These lines are for injecting analytics script code in header and footer.
Check aem launch integration.