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

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

Mark Solution

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

解決済み

js and css not rendering

Avatar

Level 2

For an AEM component when I override a core component, its css and js does not render.
Can someone suggest me the way to get css and js when overriding a core component.

 

Thanks

1 受け入れられたソリューション

Avatar

正解者
Community Advisor
2 返信

Avatar

正解者
Community Advisor

Avatar

Community Advisor and Adobe Champion

Hi Nelan,

When you are overlaying a component from the core component library, you will still need to "embed" the client libraries that are associated with each of the overlayed core components to get the CSS and JS working as expected. 

To overwrite the CSS and JS, the standard way is to a new client library for your new overlayed component. Make sure the new client library embeds the core component's client library category(categories).

I hope this helps,

Brian