Add custom buttons to the toolbar in a global admin #3953
ccapndave
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
@ccapndave try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add a few custom buttons to my collection and global admin pages. For a collection it can be done using
admin.components.BeforeList
, but there doesn't seem to be any way to do this for a global.I propose adding a customisation hook to insert a React component in the DOM just before the
Save
button. If it was also possible to add a hook for the collections list that would render to the right ofCreate new
that would be nice too.Beta Was this translation helpful? Give feedback.
All reactions