Added embed tool in the code but it's not appearing on the front-end.
Any ideas?
Same problem. Did you find a solution?
@devaniljr I've got a reply on their Telegram chat:
Embed tool does not appear in the Toolbox by design because it does not require a separate input — users can paste links directly in paragraph blocks. You can configure a paragraph placeholder like "Write text or paste a link" for better UX.
I tried that and EditorJS tries to create an Embed block but I get Error 400 and the whole page stops working.
#11
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