Hi All,
What exactly meaning if we assign ComponentGroup value as ".hidden"?
And also how these type of components will be available to content authors?
If there are any examples please share them.
Thanks,
Kishore
Solved! Go to Solution.
Views
Replies
Total Likes
A componentGroup property set to '.hidden' means the component will be hidden from the side panel Components tab (touch-optimized UI) and the Sidekick (classic UI).
Hidden components can be used by developers as the sling:resourceType of a template, or included directly in a component's script via cq:include (JSP) [0] or data-sly-resource (Sightly) [1].
[0] https://docs.adobe.com/docs/en/cq/5-6-1/developing/components.html#<cq:include>
[1] http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html#resource
Hi Kishore,
Thank you for reaching out to Adobe Community.
Component Group is the Group under which the component can be selected in the Sidekick. There are a list of groups available. see the doc below for more on this :
http://docs.adobe.com/docs/en/aem/6-0/author/page-authoring/default-components/components.html#Compo... Group - General
Thanks!
Views
Replies
Total Likes
To add to @Bruce, you will be using .hidden to restrict the access of that component to the authors from using it while creating the pages. By default, if you dont mention 'ComponentGroup' property for a component it would act as hidden.
Views
Replies
Total Likes
A componentGroup property set to '.hidden' means the component will be hidden from the side panel Components tab (touch-optimized UI) and the Sidekick (classic UI).
Hidden components can be used by developers as the sling:resourceType of a template, or included directly in a component's script via cq:include (JSP) [0] or data-sly-resource (Sightly) [1].
[0] https://docs.adobe.com/docs/en/cq/5-6-1/developing/components.html#<cq:include>
[1] http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html#resource