strapi-provider-upload-imgur
v1.0.4
Published
strapi-provider-upload-imgur
Downloads
7
Maintainers
Readme
strapi-provider-upload-imgur
Enabling the provider
To enable the provider, create or edit the file at ./config/plugins.js
module.exports = ({ env }) => ({
upload: {
provider: 'imgur',
providerOptions: {
clientId: '',
},
},
});