Restrict component in parsys AEM 6.4
Hi Everybody,
I have a component that I need configure in your htl file a parsys.
I was using this code bellow in htl file.
<sly data-sly-resource="${ @ resourceType='wcm/foundation/components/parsys'}"></sly>
So I want that in the parsys the user can only add specific components.
Anyone can help me how can I do?
Thanks