내 커뮤니티 업적 표시줄을 확대합니다.

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

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Problem with Parsys

Avatar

Level 4

Hi Team,

I have a component which when dropped on parsys it automatically alligned horizontally.

But the problem is i could not able to open the component dialog as parsys focus first.

Please find the reference screenshot.

Thanks,

Madhu

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

once you add the cq:editconfig, you can add the property called 'cq:actions' and give the options like 'edit, delete, insert' based on the actions you need.

원본 게시물의 솔루션 보기

8 답변 개

Avatar

Community Advisor

Add <div style="clear:both"></div> at end of component jsp

Avatar

Level 2

As answered, pl use editconfig. Else, you can hover over till you get the green focus on the parsys and rightclick. Click on edit and there you go with the dialog opening. Thanks!

Avatar

Level 5

Hi Madhu,

  •         Try using cq:editconfig feature as described here.
  •         Else append the url with query parameter debug=layout as http://localhost:4502/content/.../page.html?debug=layout. Look for the component you will be able to edit it now.

Avatar

Level 4

When i hover green color border visible is for parsys and not for component. So i could not able to edit the component.

What edit config i need to use.??

Avatar

Level 4

What editconfig functionality i need to use in order to edit the component??

Avatar

Level 10

Hi Maddy,

Refer some of the foundation components like text, title

/foundation/components/title

Avatar

정확한 답변 작성자:
Level 10

once you add the cq:editconfig, you can add the property called 'cq:actions' and give the options like 'edit, delete, insert' based on the actions you need.

Avatar

Level 10