Feature request: add custom header to admin classes #548
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps to reproduce the issue
like we can do in site side, it would be nice to be able to add custom header in admin side as well, so we can use some core utilities like:
use Joomla\Utilities\ArrayHelper; // just an example...
Perhaps it could be added in "Custom Buttons" area..?
Expected result
Actual result
System information (as much as possible)
Additional comments
There is three three areas, Model, View, and Controller. Where exactly would you like this added?
Well, the most the better...
Said that, so far I needed to add something only in Controller (single, meant "edit" Controller to better process posted data).
Thank you.
+1 for intergration in Model
https://www.youtube.com/watch?v=TjoH5rj4UgM