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:
Filament::registerRenderHook(
'sidebar.start',...
Filament::registerRenderHook(
'sidebar.start',...
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
Kanalaetxebarria
KanalaetxebarriaOP2y ago
Dunno how I missed that in the docs 😅 but yeah works great, thanks!

Did you find this page helpful?