Hook Plugins
Hook plugins allow you to subscribe to events that occur on the CMS.
Your hook plugins should be in src/hooks
.
Directorysrc
Directoryhooks
- hooks.config.ts
- example-plugin.ts
See the Hooks Reference for a list of hooks.
Hook plugins allow you to subscribe to events that occur on the CMS.
Your hook plugins should be in src/hooks
.
See the Hooks Reference for a list of hooks.