We can disable this menu at component level by setting cq:editConfig/cq:disableTargeting to true.
Subscribe to:
Post Comments (Atom)
Converting InputStream to String
private String convertToString(InputStream inputStreamObj) throws IOException { if (inputStreamObj != null) { ...
-
Paragraph System (parsys) The paragraph system (parsys) is a compound component that allows authors to add components of different ...
-
1) Using repository Note that not for all node versions are created. Node has to be of mixin type mix:versionable (no...
-
Ctrl-G - Go to path/Search Ctrl-Shift-R - Reload selected node Ctrl-O - Open selected file Ctrl-N - Create a node Ctrl-Alt-N - Create ...
Thanks for the above solution Rama Krishna.
ReplyDeleteI have an other issue with this Disable Targeting.
When we go to the target mode and right click on the component it should show an option saying DISABLE TARGET, but i am not getting that option and unable get back to the original edit mode options.
Can you please suggest some solution on this
Thanks in advance