We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2507ba6 + d02a60d commit ec93885Copy full SHA for ec93885
src/config/backpack/operations/update.php
@@ -32,6 +32,9 @@
32
// Should we show a cancel button to the user?
33
'showCancelButton' => true,
34
35
+ // Should we show the delete button on the edit form?
36
+ 'showDeleteButton' => false,
37
+
38
// Should we warn a user before leaving the page with unsaved changes?
39
'warnBeforeLeaving' => false,
40
0 commit comments