Solved
Custom and native AEM components
Is there a way to make a custom component but still allow using native components?
thank you so much
Is there a way to make a custom component but still allow using native components?
thank you so much
@johnhenao10 You could use the parsys component inside your custom component:
<div class="custom-component">
<h2>Custom header</h2>
<sly data-sly-resource="${'parsys' @ resourceType='wcm/foundation/components/parsys', decorationTagName='div'}"/>
</div>
You could also proxy the parsys component and customize it according to your usecases.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.