-
-
Notifications
You must be signed in to change notification settings - Fork 54
【Feature】Plugin runtime & hooks #69
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Is your feature request related to a problem? Please describe.
design.mddefines in-process hooks (article.beforePublish,article.afterPublish, etc.), but the server only dispatches webhooks. There is noHookService, noplugins/{id}/plugin.jsonloader, and no way to intercept or transform data inside the CMS.Describe the solution you'd like
server/src/modules/hook/withapplyFilters/doActionplugins/seo-basic) usingarticle.beforePublishDescribe alternatives you've considered
Additional context
Priority: P0 · Blocks the plugin system · Evidence:
article.service.ts→webhookService.dispatch('article.published')only