Merge branch 'master' into bugfix/entry-deletion

This commit is contained in:
Alexandre BODIN 2020-01-06 09:46:25 +01:00 committed by GitHub
commit bb642292e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -56,6 +56,10 @@ You can access to any controllers, services or models thanks to the global varia
To apply policies to a route, you need to associate an array of policies to it. There are two kinds of policies: global or scoped.
::: warning
To apply policies with GraphQL please see the [following guide](../plugins/graphql.md#execute-a-policy-before-a-resolver)
:::
### Global policies
The global policies can be associated to any routes in your project.

View File

@ -3,7 +3,6 @@
## ⏳ Installation
```bash
cd plugins/upload
npm i --save strapi-provider-upload-cloudinary
````