-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added embed tool in the code but it's not appearing on the front-end. #110
Comments
Same problem. Did you find a solution? |
@devaniljr I've got a reply on their Telegram chat:
I tried that and EditorJS tries to create an Embed block but I get Error 400 and the whole page stops working. |
same here |
I've also overwritten the original Embed Block Tool to show an input field where you can paste the URL! you must also overwrite the render function, and add a validate function (otherwise empty embed blocks will be saved)! I just did this here: https://gist.github.com/bettysteger/9d613904c2b14c15182e6204863b79b3 |
same |
Any ideas?
The text was updated successfully, but these errors were encountered: