Is it possible to create a Super-component (like a new type of core-component)... so I don't need to map my Angular-custom-component to an existing AEM Core Component... but instead map it to a new super-component that I create?
The reason for the question is that if I map my angular-custom-component to a pre-existing aem-core-component, the system overwrites that aem-component inside the SPA Editor... which is something I don't want. Also, I want to be able to configure the modal window that opens when we need to edit the custom component. If I map to a pre-existing core-component, like the text component, for example, the edit-dialog will have the properties for that text component. But if I am able to create my own super-component, I would probably be able to edit the dialog-window that will show when I edit that custom-component inside the SPA editor.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
M not experts in this topic(AEM SPA integration) but what I understood from your problem is you do not want to use of OOTB core components as you are not able to make changes in dialog.
In this case I would say you can create new components by extending the AEM core components and that would allow you to create your own dialog and make other changes.
https://helpx.adobe.com/experience-manager/using/extend_jave_corecomponents.html
M not experts in this topic(AEM SPA integration) but what I understood from your problem is you do not want to use of OOTB core components as you are not able to make changes in dialog.
In this case I would say you can create new components by extending the AEM core components and that would allow you to create your own dialog and make other changes.
https://helpx.adobe.com/experience-manager/using/extend_jave_corecomponents.html
Yeah, that page talks about it, for sure. Thank you!
Views
Replies
Total Likes