-
If you could help me, on how to disable the link editor when it is already on, and that it will not open. Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
PabloCir
Feb 23, 2022
Replies: 1 comment
-
After a long search, I found the option, just put the following in: HTMLEditorOptions > customOptions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PabloCir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a long search, I found the option, just put the following in: HTMLEditorOptions > customOptions:
htmlEditorOptions: HtmlEditorOptions( customOptions: """popover: {link: []},""", ),