Render items to the left of the database notifications bell
Does anyone know how to render items on the left of the database notifications bell? The closest I've been able to get is using the
panels::user-menu.before
render hook, but that puts items on the right of the bell.
Cheers3 Replies
Hello!
Can you try
notifications::notification.before
?
or
notifications::notifications.before
?
I need to update the docs lolHey! Neither of those worked, but got it working using
panels::global-search.after
. Thanks.youre welcome. They need to be added in that case π