Skip to content

Commit

Permalink
Merge pull request #5673 from Laravel-Backpack/add-the-show-delete-bu…
Browse files Browse the repository at this point in the history
…tton-on-edit-option

Add the show delete button on edit option
  • Loading branch information
pxpm authored Sep 20, 2024
2 parents 2507ba6 + d02a60d commit ec93885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/backpack/operations/update.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
// Should we show a cancel button to the user?
'showCancelButton' => true,

// Should we show the delete button on the edit form?
'showDeleteButton' => false,

// Should we warn a user before leaving the page with unsaved changes?
'warnBeforeLeaving' => false,

Expand Down

0 comments on commit ec93885

Please sign in to comment.