Hello everyone,
Is it possible to turn off Target option from image? Because from our anlaysys it is casuing the AEM to break
ThNKS
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Luca_Lattarini ,
Yes it is possible.
Set the below property in cq:editConfig node of component where you do not want target option to be enabled. In your scenario add it in image component.
cq:disableTargeting="true"
This will disable the target option.
Views
Replies
Total Likes
Hi @Luca_Lattarini ,
Yes it is possible.
Set the below property in cq:editConfig node of component where you do not want target option to be enabled. In your scenario add it in image component.
cq:disableTargeting="true"
This will disable the target option.
Hi @Vaibhavi_J ,
I set up this cq:disableTargeting="true" every time my client builds a new component. Is there any way of setting this cq:disableTargeting="true" as default for each new element without my support to set up cq:disableTargeting="true" ?
Thanks
Views
Replies
Total Likes
Hi @Luca_Lattarini ,
Globally disabling is possible with customisation.
Article which @kautuk_sahni shared below has the steps to achieve the same.
Views
Replies
Total Likes
Please have a look at similar Q: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-disable-targeting/q...
Views
Replies
Total Likes
Views
Likes
Replies