Hello,
This is not a complaint, I'm just kind of puzzled by it... how come there is no documentation at all for how to upload, or at least get (in queries) images from cloudinary?
at:
https://www.keystonejs.com/keystonejs/fields/src/types/cloudinary-image/
It's weird to be doing guesswork for something like this.
If this is missing and wanted, I'd be happy to contribute.
Thank you
Here are some details on how to use it:
https://github.com/wesbos/advanced-react-rerecord/issues/4
and here is me setting it up on my client: https://github.com/wesbos/advanced-react-rerecord/blob/master/frontend/lib/withData.js#L6
and me using it:
https://github.com/wesbos/advanced-react-rerecord/blob/master/frontend/components/CreateItem.js#L60-L69
Official docs can be found here: https://www.keystonejs.com/keystonejs/fields/src/types/cloudinary-image/#cloudinaryimage (although Wes is at least semi official)
Most helpful comment
Here are some details on how to use it:
https://github.com/wesbos/advanced-react-rerecord/issues/4
and here is me setting it up on my client: https://github.com/wesbos/advanced-react-rerecord/blob/master/frontend/lib/withData.js#L6
and me using it:
https://github.com/wesbos/advanced-react-rerecord/blob/master/frontend/components/CreateItem.js#L60-L69