Replies: 3 comments 4 replies
-
@bgrand-ch Have you tried editor.DomComponents.addType(..., {
extend: 'text',
model: {
defaults: {
name: 'Your component',
tagName: 'span',
textable: true, // <-- this For me this works perfectly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, @mosh-tudor Thanks for your reply. Yes, I use Context: I have "external" blocks with OK:
Not OK:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
@artf @mohamedsalem401 @danstarns Hello, Do you have any idea about the source of the problem? Thank you in advance for your help. Have a nice day. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to drag-and-drop a “textable” block into a text.
I have implemented the external drag-and-drop of a block according to the example provided here:
#2595 (comment)
I can drag-and-drop a “textable” component into a text, but not a block directly into a text.
External drag-and-drop of a block works great, except for this particular case.
How do I drag-and-drop a “textable” block directly into a text?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions