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.
Solved! Go to Solution.
You should be creating a group with the rights that you want members of that group to adhere.
Or from AEM6.3, you could use Experience fragment for this. It has policy control feature fo this purpose only.
~kautuk
Views
Replies
Total Likes
Apparently, after searching more through this: I found out that the parsys component in the OOTB foundations doesn't have a "cq:editConfig" configuration where I can set the "cq:actions" to hide the edit and delete buttons.
Is there a simpler way to solve this, without overriding the component in my /apps and without touching the original /libs parsys component?
Thanks
Views
Replies
Total Likes
Why is this even an issue - this is the author instance and only authors see this. This has nothing to do with the content that is rendered in a HTL component or an AEM web site. I am just wondering.
To answer your question - to achieve what you are looking for - you would have to override this component under /apps
Because we don't want to give authors the ability to edit/delete a parsys - HTL component embedded in a page. Once you delete this component, it deletes the whole content inside it.
Views
Replies
Total Likes
Thanks for the answer. I guess that's the only way to achieve it then.
Views
Replies
Total Likes
You should be creating a group with the rights that you want members of that group to adhere.
Or from AEM6.3, you could use Experience fragment for this. It has policy control feature fo this purpose only.
~kautuk
Views
Replies
Total Likes
Views
Likes
Replies