mirror of
https://github.com/strapi/strapi.git
synced 2025-12-17 18:25:40 +00:00
Merge pull request #1348 from ekamgit/patch-1
Update hooks structure requirements
This commit is contained in:
commit
eef86d1bd6
@ -64,8 +64,9 @@ Every folder that follows this name pattern `strapi-*` in your `./node_modules`
|
|||||||
A hook needs to follow the structure below:
|
A hook needs to follow the structure below:
|
||||||
|
|
||||||
```
|
```
|
||||||
/lib
|
/hook
|
||||||
- index.js
|
└─── lib
|
||||||
|
- index.js
|
||||||
- LICENSE.md
|
- LICENSE.md
|
||||||
- package.json
|
- package.json
|
||||||
- README.md
|
- README.md
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user