derp-cloudinary-upload
v1.0.0
Published
Simple interface for upload/read image on your cloudinary
Readme
Cloudinary Directus Extension (Vue3)
Simple interface for upload/read image on your cloudinary
Installation
- Download or fork the repository
- Install the requirements
npm installoryarn - Copy .env.example to .env and replace variables with your cloudname, apikey and apisecret
- Build the extension
npm run buildoryarn build - Create a folder in your directus extension/interface folder named cloudinary-upload or an alternate route name.
- Move the index.js build file to your new folder directus/extensions/interface/cloudinary-upload/index.js
- Restart directus !
How to use
- Create new standard field with
stringtype - For interface select Cloudinary Upload.
TODO
- [ ] Update field value (get JSON instead of link)
- [ ] Interface option
