This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
I have a component whose edit bar is showing in other pages as well. That particular component is added only in one page but shows in all the pages.
Please help.
Thanks
Akshita
Solved! Go to Solution.
Views
Replies
Total Likes
Actually "iparsys" is use for inherited paragraph system.
//The inherited paragraph system is a paragraph system that also allows you to inherit the created paragraphs from the parent. You add paragraphs to iparsys at for example, /content/geometrixx/en/products and as result, all the subpages of products that also have iparsys with the same name inherit the created paragraphs from the parent. On each level, you can add more paragraphs, which are then inherited by the children pages. You can also cancel paragraph inheritance at a level at any time.
Views
Replies
Total Likes
If, do you want to cancel this inheritance so that common edit bar should not come to all pages?
If yes, then please check the resourceType of parent page from where this edit bar started. check if resourceType is iparsys, change it to parsys.
<cq:include path="par" resourceType="foundation/components/iparsys" /> to <cq:include path="par" resourceType="foundation/components/parsys" />
~kautuk
Views
Replies
Total Likes
Actually "iparsys" is use for inherited paragraph system.
//The inherited paragraph system is a paragraph system that also allows you to inherit the created paragraphs from the parent. You add paragraphs to iparsys at for example, /content/geometrixx/en/products and as result, all the subpages of products that also have iparsys with the same name inherit the created paragraphs from the parent. On each level, you can add more paragraphs, which are then inherited by the children pages. You can also cancel paragraph inheritance at a level at any time.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies