Expand my Community achievements bar.

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

custom component not visible in edit template layout container

Avatar

Level 2
  • 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?
1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

2 Replies

Avatar

Level 2

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!

Avatar

Correct answer by
Level 2

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