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.
1 parent 2507ba6 commit 309cb91Copy full SHA for 309cb91
src/config/backpack/operations/update.php
@@ -16,7 +16,7 @@
16
17
// How would you like the validation errors to be shown?
18
'groupedErrors' => true,
19
- 'inlineErrors' => true,
+ 'inlineErrors' => true,
20
21
// when the page loads, put the cursor on the first input?
22
'autoFocusOnFirstField' => true,
@@ -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