custom component not visible in edit template layout container | Community
Skip to main content
Level 2
March 11, 2025
Solved

custom component not visible in edit template layout container

  • March 11, 2025
  • 1 reply
  • 573 views
  • I created AEM Project (AEM 6.5.0)
    Created one component \apps\aemApp\radiobuttongroup
    Build the project, and installed the package to AEM instance through CRXDE Lite package manager
    Admin console showing the component in \apps\aemApp 
    Now copied "radiobuttongroup" component from \apps\aemApp\..\components to \apps\weretail\..\components 
    and changed componentGroup to We.Retail
  • Now selected one page (We.Retail\en\us\men) and try to find for readiobuttongroup component, but not showing
    So, I tried to add it in allowed components of template
  • Edit temple => layout container => policy => properties => allowed components are not showing radiobuttongroup component.

    Are there any steps missing in this process?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by MaheshBo

Had issue in cq:dialog.xml file, now its fixed

1 reply

Level 2
March 11, 2025

Hi @maheshbo ,

You can check below points hopefully these should resolve the issue.

1. Ensure the component is placed under /apps/weretail/components/ .
2. Verify componentGroup = We.Retail is correctly set in cq:Component.
3. Check /conf/we-retail/settings/wcm/policies to ensure the component is referenced in        the allowedComponents property.
4. In Template Editor, toggle any component on/off in Allowed Components to refresh the      list.
5. Clear AEM cache or restart if changes are not reflecting.

 

Thanks!

MaheshBoAuthorAccepted solution
Level 2
March 11, 2025

Had issue in cq:dialog.xml file, now its fixed