Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

How to create my own allowed component in sidekick

Avatar

Level 2

Hi,

Can any one help me how to create my own component group in sidekick.

thanks

1 Accepted Solution

Avatar

Correct answer by
Level 5

AEMFOURMS wrote...

Hi,

Can any one help me how to create my own component group in sidekick.

thanks

 

You need to go through the basics of component, Please refer the below link : 

http://docs.adobe.com/docs/en/cq/current/developing/components.html

componentGroup is the property of component whose value define the componentGroup inside sidekick, which you can made available on the page via design mode.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 5

AEMFOURMS wrote...

Hi,

Can any one help me how to create my own component group in sidekick.

thanks

 

You need to go through the basics of component, Please refer the below link : 

http://docs.adobe.com/docs/en/cq/current/developing/components.html

componentGroup is the property of component whose value define the componentGroup inside sidekick, which you can made available on the page via design mode.

Avatar

Level 2

Thanx for your help.