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

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

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

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

원본 게시물의 솔루션 보기

2 답변 개

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

정확한 답변 작성자:
Level 2

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