You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Jakuboslav sorry for the late reply - I'd really need to see the full code for your SocialPostElement in order to help much. My first guess based on what you've provided is maybe the fromDOMElement class method hasn't been overridden for your element type, is there any sort of error message in the console?
Hello,
I am struggling with regions. I have a Tool that extends ContentEdit.Element (Changing for ContentEdit.Text behaves the same).
When I use
Element is ignored in Region, but if I use default
It is shown in Region. I tried to add defined
data-ce-tag
but, it didn't help. Adding some placeholder as third parameter doesnt help either.Is there something I am missing? Do I need to register this tool anywhere in order to work?
Thanks in advance
The text was updated successfully, but these errors were encountered: