Disabling built-in inline tools (link)
Hello! I was trying to extend LinkTool, and found nice custom link tool (Hyperlink) How can i remove the built-in inline LinkTool and use only Hyperlink? Instructions described here and here are not working for me.
Here's my actual behavior. Hyperlink duplicates LinkTool

UPD
LinkTool is not an inline tool, the inline tool i needed to disable was link
need it too!
i found a workaround:
just set link as an empty object in customTools.js
link: function () {},
i found a workaround: just set link as an empty object in
customTools.js
link: function () {},
thanks a lot, it worked for me! Was very helpful!