mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Fix hook.json file name
This commit is contained in:
parent
110370442d
commit
70ff2cbd40
@ -82,7 +82,7 @@ The framework allows to load hooks from the project directly without having to i
|
||||
|
||||
## Configuration and activation
|
||||
|
||||
To activate and configure your hook with custom options, you need to edit your `./config/hooks.json` file in your Strapi app.
|
||||
To activate and configure your hook with custom options, you need to edit your `./config/hook.json` file in your Strapi app.
|
||||
```javascript
|
||||
{
|
||||
...
|
||||
|
||||
@ -81,7 +81,7 @@ The framework allows to load hooks from the project directly without having to i
|
||||
|
||||
## Configuration and activation
|
||||
|
||||
To activate and configure your hook with custom options, you need to edit your `./config/hooks.json` file in your Strapi app.
|
||||
To activate and configure your hook with custom options, you need to edit your `./config/hook.json` file in your Strapi app.
|
||||
```javascript
|
||||
{
|
||||
...
|
||||
|
||||
@ -10,7 +10,7 @@ This built-in hook allows you to use the EJS template engine with custom options
|
||||
|
||||
## Configuration
|
||||
|
||||
To configure your hook with custom options, you need to edit your `./config/hooks.json` file in your Strapi app.
|
||||
To configure your hook with custom options, you need to edit your `./config/hook.json` file in your Strapi app.
|
||||
```javascript
|
||||
{
|
||||
...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user