Skip to content

Commit

Permalink
Changed example value to better reflect given example on 16_field-gro…
Browse files Browse the repository at this point in the history
…uping.md
  • Loading branch information
Viliasas authored and ifox committed Jan 17, 2024
1 parent 689aa86 commit c102df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/1_docs/4_form-fields/16_field-grouping.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ In the repository file you can setup the following parameters:

```php
public bool $fieldsGroupsFormFieldNamesAutoPrefix = true;
public string $fieldsGroupsFormFieldNameSeparator = '-'; // Default is _
public string $fieldsGroupsFormFieldNameSeparator = '.'; // Default is _
```

This will automatically group/ungroup these fields based on the separator:
Expand Down

0 comments on commit c102df3

Please sign in to comment.