Expand my Community achievements bar.

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

Component not available on editable template and in allowed components

Avatar

Level 3

Hi,

I have created a new component with grp name as test.

All the other components in test grp are present in the allowed components of editable template but not the new one.

I tried creating the another component as well, bit that too didn't pickup.

Has some one faced this kind of issues??

5 Replies

Avatar

Employee

Does your component have a dialog? The dialog is the condition to see it in the available components list.

Avatar

Level 3

Yes , component is having the dialog

Avatar

Community Advisor

Could u pls check whether components jsp/html file name is same as component name like-

apps/

         Component/

                              Component.html

                              Cq-dialog

                              Cqedit

Avatar

Level 3

Yes,

It is fine in local env but the issues happens only in the the dev env .

Avatar

Level 10

Can you share the component XML with us? I would like to try it locally.