Expand my Community achievements bar.

SOLVED

Removing the OOTB components from the design dialog/ Policy dialog.

Avatar

Level 2

Hello,

 

In Design dialog of the page, when author can see all the OOTB components along with Custom components. Similarly in editable template while adding the policy author can see all the OOTB components. 

 

Classic Design dialog :

meenakship87722_0-1656183225174.png

 

Editable template policy:

meenakship87722_1-1656183609652.png

 

 

Is there a way to hide/remove those components and show only custom components.

 

Thanks,

Meenakshi 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @meenakship87722 ,

Unfortunately, I believe there is no OOTB functionality to achieve this. However, If you want to restrict allowed components then you have to implement custom solution.  
The Allowed Component list is generated from

/libs/cq/gui/components/authoring/allowedcomponents

 you can overlay allowedcomponents

/apps/commons/components/authoring/allowedcomponents
based on /libs/cq/gui/components/authoring/allowedcomponents.

Hope that helps!

Regards,

Santosh

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @meenakship87722 ,

Unfortunately, I believe there is no OOTB functionality to achieve this. However, If you want to restrict allowed components then you have to implement custom solution.  
The Allowed Component list is generated from

/libs/cq/gui/components/authoring/allowedcomponents

 you can overlay allowedcomponents

/apps/commons/components/authoring/allowedcomponents
based on /libs/cq/gui/components/authoring/allowedcomponents.

Hope that helps!

Regards,

Santosh