Extend the OOB social component
Hi
I am trying to extend the OOB social component(Activity Stream Component) following this code
https://github.com/Adobe-Marketing-Cloud/aem-scf-sample-components-extension
But my custom class is not getting called,( I wrote the Factory as well to map the extending resource Type)
Component class I am extending from below class and interface
public class CustomSocialComponent extends AbstractActivityStream implements SocialComponent {
}
I want to remove some of the information returned by the OOB Activity Stream JSON, but my custom class is not getting executed.
Please advice. How does extended component map to the custom class?
Thanks,
Monika