Placing a save button in the header
Hello, this is perhaps very simple to do. I haven't found in the documentation (or I didn't look carefully). Is there a way to place a save button on the top right, along with or instead of the delete button in the edit form? I think the getHeaderActions() in Edit[...].php doesn't include any such action.
3 Replies
Yes, you can add a button via
getActions
und the page and call the save method. Search this Discord this should have been discussed before.Ok, thanks