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 a8abdd9 commit 009c1e2Copy full SHA for 009c1e2
src/Sharp/FormojFieldSharpForm.php
@@ -21,6 +21,13 @@ class FormojFieldSharpForm extends SharpForm
21
{
22
use WithSharpFormEloquentUpdater;
23
24
+ public function buildFormConfig(): void
25
+ {
26
+ $this
27
+ ->configureCreateTitle(trans("formoj::sharp.entities.field"))
28
+ ->configureEditTitle(trans("formoj::sharp.entities.field"));
29
+ }
30
+
31
function buildFormFields(FieldsContainer $formFields) : void
32
33
$formFields
0 commit comments