How do you disable the "Target" context menu item on components in AEM 6.0?
How do you disable the "Target" context menu item on components in AEM 6.0?
To disable the 'Target' context menu item on components in AEM 6.0, you need to set the property 'cq:disable Targeting' to true on the cq:editConfig node. The cq:editConfig node is used to configure edit behavior for AEM components, and setting this property here will effectively disable the targeting feature for the specific component.
C is correct. Ref https://venturoustech.wordpress.com/2016/05/16/how-to-disable-targeting-in-aem/