Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor
2 Antworten

Avatar

Korrekte Antwort von
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