May 27, 2020
Estimated Post Reading Time ~

How to Disable Target Option on Component Edit

To disable "target" option when editing the component you need to add a property
cq:disableTargeting="true" to cq:editConfig Node
               cq:actions="[text:Button,-,edit,delete]"
               cq:dialogMode="floating"
               cq:disableTargeting="true"
               jcr:primaryType="cq:EditConfig"


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.