wintercms / winter

Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.
https://wintercms.com
MIT License
1.36k stars 192 forks source link

WIP: Add extension events for the main relation widgets #1129

Open mjauvin opened 4 months ago

mjauvin commented 4 months ago

Add the following events for the primary RelationController widgets:

- relation.extendViewWidget
- relation.extendManageWidget
- relation.extendPivotWidget

Questions:

Note:

I didn't add parenthesis around the arguments in the handler method signatures because I find this is a pain when copy/pasting an example to get you started as they need to be removed.

I think we should do the same for the other events examples elsewhere in the codebase.