Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Disabling built-in inline tools (link) #70

Open
Grendaizo90 opened this issue Dec 12, 2022 · 3 comments
Open

Disabling built-in inline tools (link) #70

Grendaizo90 opened this issue Dec 12, 2022 · 3 comments

Comments

@Grendaizo90
Copy link

Grendaizo90 commented Dec 12, 2022

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
Снимок экрана 2022-12-12 в 15 27 52

UPD

LinkTool is not an inline tool, the inline tool i needed to disable was link

@kolyabazlov
Copy link

need it too!

@kolyabazlov
Copy link

i found a workaround:
just set link as an empty object in customTools.js

link: function () {},

@Grendaizo90
Copy link
Author

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!

@Grendaizo90 Grendaizo90 changed the title Disabling built-in inline tools (LinkTool) Disabling built-in inline tools (link) Dec 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants