Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Component Edit Bar is floating on the top

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

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.



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Administrator

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



Kautuk Sahni

Avatar

Correct answer by
Administrator

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.



Kautuk Sahni