How to disable the target option in context menu only for classic ui globally (AEM 6.4) | Community
Skip to main content
rajup64088879
March 30, 2020
Solved

How to disable the target option in context menu only for classic ui globally (AEM 6.4)

  • March 30, 2020
  • 1 reply
  • 1164 views

Globally I want to disable the context menu target option in only classic UI, instead of each component level adding the cq:disableTargeting to true, i have checked previous solution of overlaying the parsys component(https://experienceleaguecommunities.adobe.com/t5/Adobe-Experience-Manager/How-to-Disable-Targeting/qaq-p/184183), but when i am checking the parsys component at 

libs/foundation/components/parsys component it is already having cq:disableTargeting to true for the following nodes.
/libs/foundation/components/parsys/new/cq:editConfig
/libs/foundation/components/parsys/colctrl/cq:editConfig

 

Please suggest me any solution for this.

 

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 rajup64088879

added foundation/components/parsys/cq:childEditConfig editconfig node manually and set the cq:disableTargeting to true after that target option is not appearing.

1 reply

rajup64088879
rajup64088879AuthorAccepted solution
March 30, 2020

added foundation/components/parsys/cq:childEditConfig editconfig node manually and set the cq:disableTargeting to true after that target option is not appearing.