vue-storefront-1
vue-storefront-1 copied to clipboard
Add support for cloudinary.com as a image proxy
What is the motivation for adding / enhancing this feature?
Add the support for Cloudinary for image proxy instead of using the /api/img endpoint.
Related source location: https://github.com/DivanteLtd/vue-storefront/blob/65b964f049f3d100a8523779ca20aa78af6def7f/core/helpers/index.ts#L46
What are the acceptance criteria
- [ ] vsf-cloudinary module ready to be installed to VSF :-)
Can you complete this feature request by yourself?
- [ ] YES
- [ ] NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- [x] This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from
developbranch and create Pull Request2. Feature / Improvementback todevelop. - [ ] (Pick this option only if you're sure) This is an important improvement request for current Release Candidate version on https://next.storefrontcloud.io and should be placed in next RC version. In this case Developer should create branch from
releasebranch and create Pull Request3. Stabilisation fixback torelease. - [ ] (Pick this option only if you're sure) This is a critical improvement request for current Stable version on https://demo.storefrontcloud.io and should be placed in next stable version. In this case Developer should create branch from
hotfixormasterbranch and create Pull Request4. Hotfixback tohotfix.