Adding a render hook to the sidebar V3
Hi, I used to be able to add a select element on my sidebar by registering a render hook on my AppServiceProvider like so:
but now in V3 I'm not sure how to go about this. Can't seem to find it on the new docs either. Does anybody know how it's done now?
3 Replies
The render hook names changed in v3. https://filamentphp.com/docs/3.x/support/render-hooks#available-render-hooks
if you're using Panels you should register them there. https://filamentphp.com/docs/3.x/panels/configuration#render-hooks
Dunno how I missed that in the docs π
but yeah works great, thanks!