mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 16:10:08 +00:00
Merge pull request #1582 from Velua/patch-1
Clarified path for plugins providers configs
This commit is contained in:
commit
a53d628438
@ -27,7 +27,7 @@ To install a new provider run:
|
|||||||
$ npm install strapi-email-sendgrid@alpha --save
|
$ npm install strapi-email-sendgrid@alpha --save
|
||||||
```
|
```
|
||||||
|
|
||||||
We have two providers available `strapi-email-sendgrid` and `strapi-upload-mailgun`, use the alpha tag to install one of them. Then, visit `/admin/plugins/email/configurations/development` and configure the provider.
|
We have two providers available `strapi-email-sendgrid` and `strapi-upload-mailgun`, use the alpha tag to install one of them. Then, visit `/admin/plugins/email/configurations/development` on your web browser and configure the provider.
|
||||||
|
|
||||||
If you want to create your own, make sure the name starts with `strapi-email-` (duplicating an existing one will be easier to create), modify the `auth` config object and customize the `send` functions.
|
If you want to create your own, make sure the name starts with `strapi-email-` (duplicating an existing one will be easier to create), modify the `auth` config object and customize the `send` functions.
|
||||||
|
|
||||||
|
|||||||
@ -133,7 +133,7 @@ To install a new provider run:
|
|||||||
$ npm install strapi-upload-aws-s3@alpha --save
|
$ npm install strapi-upload-aws-s3@alpha --save
|
||||||
```
|
```
|
||||||
|
|
||||||
We have two providers available `strapi-upload-aws-s3` and `strapi-upload-cloudinary`, use the alpha tag to install one of them. Then, visit `/admin/plugins/upload/configurations/development` and configure the provider.
|
We have two providers available `strapi-upload-aws-s3` and `strapi-upload-cloudinary`, use the alpha tag to install one of them. Then, visit `/admin/plugins/upload/configurations/development` on your web browser and configure the provider.
|
||||||
|
|
||||||
If you want to create your own, make sure the name starts with `strapi-upload-` (duplicating an existing one will be easier to create), modify the `auth` config object and customize the `upload` and `delete` functions.
|
If you want to create your own, make sure the name starts with `strapi-upload-` (duplicating an existing one will be easier to create), modify the `auth` config object and customize the `upload` and `delete` functions.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user