


Hi,
I want to override one of the acs-commons component eg from {apps/acs-commons/content/component/component-name} to {apps/project-folder/components}
This acs-commons component is extending another core component.
My questions are
can I override acs-commons component ?
Solved! Go to Solution.
Views
Replies
Total Likes
Point to the ACS Commons component using the sling:resourceSuperType property on your cq:Component.
Hi @hptarora
Yes you can extend any component. It's exactly same as what we do in core component.
Thanks!
@hptarora Yes, of course. Like any other component.
Point to the ACS Commons component using the sling:resourceSuperType property on your cq:Component.