Solved
custom component not visible in edit template layout container
- 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?