mirror of
https://github.com/strapi/strapi.git
synced 2025-12-24 13:43:41 +00:00
Merge branch 'master' into bugfix/entry-deletion
This commit is contained in:
commit
bb642292e6
@ -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.
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
## ⏳ Installation
|
||||
|
||||
```bash
|
||||
cd plugins/upload
|
||||
npm i --save strapi-provider-upload-cloudinary
|
||||
````
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user