AEM 6.3 Touch UI edit mode Parsys - HTL unable to hide icons.
Hello,
We just migrated our websites to AEM 6.3. I'm trying to solve an issue where the new Paragraph System - HTL in 6.3 is showing all icons in the component context. In 6.2, these are all hidden except for the Parent icon. I tried to add a property to the parsys, cq:noDecoration=true, but didn't work. Can somebody probably had this issue before?

This is the backend code for that:
<div data-sly-use.ccc="com.project.core.components.ContainerComponent" data-sly-test.classes="${ccc.cssClasses @ join=' '}" class="${classes}">
<sly data-sly-resource="${ @path='par', resourceType='wcm/foundation/components/parsys'}" />
</div>
I also added this property in CRX node:

Thank you, I would appreciate any help.