-
Notifications
You must be signed in to change notification settings - Fork 1
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
How to extends image node to accept 2 attributes? #4
Comments
Can you elaborate? What are you trying to achieve? |
I want to use prosemirror-image-uploader in my code, I found image uploadID is null, Maybe need extends image node schema? But how to do it? |
How should I place the code? or I need to modify these codes directly in the prosemirror-schema-basic library?
|
Here is a minimal working sandbox. Check it out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
uploadID missing.
I'm using prosemirror-schema-basic
How to extends image node to accept 2 attributes in my code?
The text was updated successfully, but these errors were encountered: