Extending responsiveGrid in AEM SPA with custom model
Hi,
I am trying to expand the responsiveGrid, similar to this guide here https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/extending-responsivegrid-using-react-in-aem-spa-architecture-aem/m-p/376863#M27128.
The problem I am having is I am trying to use my own model to add a custom property to the component, but the resourceSuperType (sling:resourceSuperType="wcm/foundation/components/responsivegrid") seems to override it.
Is there a way I can extend this super type?