AEM 6.2 touch UI - Restricting component to embed in another component | Community
Skip to main content
New Participant
October 11, 2018
Solved

AEM 6.2 touch UI - Restricting component to embed in another component

  • October 11, 2018
  • 1 reply
  • 1218 views

Hi All,

I want to make a component as stand-alone. Component should be restricted to embed in another component.

What property should be added? How to achieve this?

AEM Version : 6.2

Touch UI

Static Templates only

Thanks in advance.

Regards,

Divya

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by aanchal-sikka

There are multiple ways to achieve this:

  • Option-1: Use component Group as ".hidden". This would assure that its not listed to drop in any container, parsys or iparsys. When ".hidden" is used, you would be able to include it in template/page via page component.
  • Option-2: Fine- tune policy of your container/parsys/iparsys to only include the components that should be allowed

 

 

1 reply

aanchal-sikka
aanchal-sikkaAccepted solution
New Participant
December 17, 2023

There are multiple ways to achieve this:

  • Option-1: Use component Group as ".hidden". This would assure that its not listed to drop in any container, parsys or iparsys. When ".hidden" is used, you would be able to include it in template/page via page component.
  • Option-2: Fine- tune policy of your container/parsys/iparsys to only include the components that should be allowed

 

 

Aanchal Sikka