-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cloudinary #55
base: main
Are you sure you want to change the base?
Cloudinary #55
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the contexts like AuthContext and SidebarContext aren't actually part of uploading media (we're using Auth.js instead of the custom authentication system in the CMS). Also, can you implement these components in a page? You'll probably see that a lot of things won't work if you just directly take from the CMS. Sorry I forgot to mention this specifically earlier, but all we want right now is the ability to upload a file and associate it with a particular product. The media gallery is relatively low priority at the moment since most people probably won't be using duplicate images for different products.
Initial commit for PR on Cloudinary