Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Add Policy to the custom components

Avatar

Level 2

Hello All,

I have created one custom component and allow that component in my editable template.

But now I am not able to see policy options for my custom component.

In my custom component I have created cq:dialog and cq:editConfig and one HTML file

should I need to make any configuration or anything?

please help me with this

Thank you :-)

1 Accepted Solution

Avatar

Correct answer by
Level 10

If you're talking about the 'settings/policy' icon, then you'd need to add cq:design_dialog node. Otherwise extend your component from one of core components that already has the policy and thereafter you can customize it following the link shared by Arun above.

1702926_pastedImage_0.png

View solution in original post

8 Replies

Avatar

Correct answer by
Level 10

If you're talking about the 'settings/policy' icon, then you'd need to add cq:design_dialog node. Otherwise extend your component from one of core components that already has the policy and thereafter you can customize it following the link shared by Arun above.

1702926_pastedImage_0.png

Avatar

Level 2

gauravb10066713smacdonald2008

Thank you so much it worked for me.

If I am editing its policy and take an image component as my core components but it is showing me the policy screen of image component

so my question is can we build our own policy page and our own fields for our custom components?

Thank you.

Avatar

Community Advisor
Hi @tirthtimaniya, I have the same requirement, did you get the answer on this question. Could you please share if any. Thanks

Avatar

Level 10

yes, check the core components for reference.

Avatar

Level 2

Thank you so much.

But still we have to use core components :-(

Avatar

Level 1

Please create design dialog for that component then you have see the policy option for that component in editable template