コミュニティアチーブメントバーを展開する。

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

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Overlay OOTB AEM – Table component using Sightly

Avatar

Level 4
                I want to create an overlay version of OOTB AEM – Table component (/libs/foundation/components/table) for my project.     Is there a reference I can use on how to overlay the version in the slightly code and not in JSP.   Thanks 
1 受け入れられたソリューション

Avatar

正解者
Level 10

You would overlay the same way - there is no difference from JSP other than you are using Sightly code. 

Move to /apps and change the Sightly code.

We have a lot of articles on using Sightly. See this reference: 

https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

See the beginning of this article. You will see links to other Sightly content and Ask the AEM Community Expert sessions on Sightly. 

Hope this helps. 

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 10

You would overlay the same way - there is no difference from JSP other than you are using Sightly code. 

Move to /apps and change the Sightly code.

We have a lot of articles on using Sightly. See this reference: 

https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

See the beginning of this article. You will see links to other Sightly content and Ask the AEM Community Expert sessions on Sightly. 

Hope this helps. 

Avatar

Administrator

Hi

As mentioned by Scott, Overlay is same process all around.

Documentation link:- https://docs.adobe.com/docs/en/aem/6-0/develop/platform/overlays.html

Method

  • Reconstruct the appropriate /libs structure under /apps
    This does not require a 1:1 copy, the Sling Resource Merger is used to cross-reference the original definitions that are required.
  • Make any changes under /apps

You just need to change the Sightly as per you need.

Sightly Specification :- https://github.com/Adobe-Marketing-Cloud/sightly-spec

I hope this would help you.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni