mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 19:04:38 +00:00
Typofix
Signed-off-by: ScottAgirs <scott@ijs.to>
This commit is contained in:
parent
9d7a267f41
commit
0a7c75d859
@ -48,7 +48,7 @@ We are also introducing application naming so you can access an api policy more
|
||||
|
||||
You can now reference a policy located at `./api/{apiName}/config/policies/{policy}` with the following syntax: `{apiName}.{policy}`.
|
||||
|
||||
Although we do not recommend it (as it is error prone), you can still access a local policy with the syntax `{policy}` . This syntax will only allow access to a policy declared in the api you are referencing it from. (e.g, a policy in the `restaurant` api and a route in the `restaurant` api only).
|
||||
Although we do not recommend it (as it is error prone), you can still access a given local policy with the syntax `{policy}`. This syntax will only allow access to a policy declared in the scope of the api you are referencing it from (e.g, a given policy within the `restaurant` api and a route within the `restaurant` api only).
|
||||
|
||||
## Rebuilding your administration panel
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user