Expand my Community achievements bar.

Join us in celebrating the outstanding achievement of our AEM Community Member of the Year!
SOLVED

AEM edit Page Toolbar missing Configure icon..

Avatar

Level 1

I'm facing below issue, where in one of the Author, when editing the page to link the 'Content Fragment Data' to the page element, but I'm not seeing the 'Edit' and 'Configure' icon. 

 

'Configure' icon (Second Icon below) let us link a 'Data Element' that was authored with 'Content Fragment' to the 'Page Element'.

 

SivAEM_0-1736550544514.png

 

But only seeing the last icon which is 'Convert to experience fragment' icon (refer image below). Are there any setting that needs to be enabled to see above two icons on when editing the Page Component?

SivAEM_1-1736550573324.png

 

Can someone please help?

 

1 Accepted Solution

Avatar

Correct answer by
Level 4

To resolve the issue with missing "Edit" and "Configure" icons in AEM:

  1. Ensure the component supports content fragment linking.
  2. Check the component's dialog (_cq_dialog) for proper configuration.
  3. Verify user permissions for editing and configuring components.
  4. Confirm the correct sling:resourceType for the component.
  5. Check for errors in the browser's console.
  6. Clear AEM cache or try incognito mode to rule out session issues.
  7. Ensure your AEM version supports the feature.

These steps should help restore the missing icons.

View solution in original post

4 Replies

Avatar

Level 3

I have faced this issue. This is related to cq:infoProviders node which is present under /libs/wcm/foundation/components/basicpage/v1/basicpage/cq:infoProviders

You might have to copy this and paste under /apps/core/wcm/components/page/v2/page

However the root cause is still unknown. Please reach out to Adobe Support. Probably you will get same answer.

Avatar

Community Advisor

Hi @Sivkan 

Could you please check the permission for use, user should have modify/edit access?

 

If issue is occurring for all the users then you need to check the overlay of page component, sometimes if page extend is not done correctly then this issue occurred.

One of the example is suggested by @SreenivasBr 



Arun Patidar

Avatar

Correct answer by
Level 4

To resolve the issue with missing "Edit" and "Configure" icons in AEM:

  1. Ensure the component supports content fragment linking.
  2. Check the component's dialog (_cq_dialog) for proper configuration.
  3. Verify user permissions for editing and configuring components.
  4. Confirm the correct sling:resourceType for the component.
  5. Check for errors in the browser's console.
  6. Clear AEM cache or try incognito mode to rule out session issues.
  7. Ensure your AEM version supports the feature.

These steps should help restore the missing icons.

Avatar

Level 1

I have resolved this issue now. You are right about the sling:resourceSuperType. It was configured as geometrixx page as I have created the content fragment component with AEM 6.3 where geometrixx was available. But in AEM 6.5, there was no geometrixx installed. So I had to install that package in AEM 6.5 and now those two missing icons started showing up. 

 

I was struggling with this issue for long time, glad I have posted about it here in the community!

 

Thanks a lot for the help guys!