Adding a parsys statitcally in the sling:resourceType , does not allow users to add components to it.
hi ,
I have a scenario where I am using a static template to render content based on page properties selected by the user, However we need to add a parsys to the template, which allows authors to add editable components to it.
I added the below code to add parsys at the end of the template rendering HTML ,
<div data-sly-resource="${ 'par' @ resourceType='wcm/foundation/components/parsys'}"></div>
However I am not able to add any components into the parsys for some reason.
Can you help ?
Thanks,
Samiksha