Is it possible to add a additional button(buttons) on the top panel as shown in the picture?
I did't find anything in Google and here.
Is it possible to add a additional button(buttons) on the top panel as shown in the picture?
I did't find anything in Google and here.
Watch out, if you are listing Pages you will need to subclass from PageAdminURLHelper, not from AdminURLHelper (FilterableAdminURLHelper doesn't seem to be a standard implementation).
Otherwise, you will have some strange redirections taking place.