-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Image uploads in JSON field? #86
Comments
Hey! Sorry about the delay. Can you provide a real world example of sending an image inside a JSON field? Currently we are sending a strinigify json to the server and this is not possible. But maybe we could think a way to achive this feature. Thanks! |
We have an instructor with basic name, handle, email and a metafield for storing all the extra data that defines an instructor. e.g.
inside this json field - we would want to add a photo field e.g.
and any number of 'additional' images e.g. image_1, image_2. |
hmm so im thinking on adding a new method like I'll think about it. PRs welcome! |
Lovin' your work on this JSON field.
Do you have any plans to make Image uploads inside the JSON field (ideally your NovaImageCropper)?
The text was updated successfully, but these errors were encountered: