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 im a bit late but if somebody got the same issue i have a fix, the problem is that inside tools you have to specify image property and inside of it you have to specify again config specific to that tool.
import image after installing it at the top of the script
import Image from "@editorjs/image";
I am trying to upload an image. I have config set up like this just for test
<editor
ref="editor"
autofocus
holder-id="codex-editor"
save-button-id="save-button"
:init-data="initData"
@save="onSave"
:config="config"
The text was updated successfully, but these errors were encountered: