この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
@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