How to extend the Content/Experience Fragment Component from wcm core components? Is there a tutorial or a repo that explains how to go about doing so?
Solved! Go to Solution.
Views
Replies
Total Likes
@goonmanian-gooner Basically if the OOTB model of core component is not providing you the functionality as per your requirement, you can override it using delegation pattern.
Refer this link which explains the concept nicely
Yes @goonmanian-gooner there is a repository and tutorial that explains the concept of how to extend core components and it should be applicable for all.
Repository with Samples : https://github.com/adobe/aem-guides-wknd-spa/tree/React/latest
High Level Steps :
@Sachin_Arora_ Hi I have created
But do not know how to tackle implementing the Java Interface/Implementation. Can you explain a little more on how to do so for a core component.
I have made interfaces/implementations with other components but I have not been successful with the Core Components yet.
@goonmanian-gooner Basically if the OOTB model of core component is not providing you the functionality as per your requirement, you can override it using delegation pattern.
Refer this link which explains the concept nicely
Views
Likes
Replies