strapi-provider-upload-imgur

1.0.4 • Public • Published

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: '',
        },
    },
});

Package Sidebar

Install

npm i strapi-provider-upload-imgur

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

3.83 kB

Total Files

6

Last publish

Collaborators

  • hoangdaicntt