Hi All,
Have a Proxy Text component created from AEM core components features as is. Now need to enhance proxy Text component with few dialog field updates as per our new requirement. If we customize Proxy with new updates in it then, will it still be treated as a core or it becomes a custom component.?
Till when we say we used Core components for our functionality ???
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
The component will take update till you have the resource superType. If you remove the sling:resourceType then it will become a local component.
The new component with the local changes will be a custom component with inherited nodes/properties
https://helpx.adobe.com/experience-manager/using/extend_jave_corecomponents.html
And you can say you used extended core component
Hi @rsl_lucky ,
When you have created component/ proxy component in your project repository then it becomes custom component .
Kr,
Sanjay
Hi,
The component will take update till you have the resource superType. If you remove the sling:resourceType then it will become a local component.
The new component with the local changes will be a custom component with inherited nodes/properties
https://helpx.adobe.com/experience-manager/using/extend_jave_corecomponents.html
And you can say you used extended core component
Hi @rsl_lucky
It would make more sense to say it as "Extended Core Component" as @arunpatidar mentioned, as the component is connected to parent component via resource superType. and any changes in core component will be reflected in your component automatically with the upgrade.
Regards,
Arpit Varshney
Views
Likes
Replies