Skip to content

Commit c102df3

Browse files
Viliasasifox
authored andcommitted
Changed example value to better reflect given example on 16_field-grouping.md
1 parent 689aa86 commit c102df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1_docs/4_form-fields/16_field-grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In the repository file you can setup the following parameters:
104104

105105
```php
106106
public bool $fieldsGroupsFormFieldNamesAutoPrefix = true;
107-
public string $fieldsGroupsFormFieldNameSeparator = '-'; // Default is _
107+
public string $fieldsGroupsFormFieldNameSeparator = '.'; // Default is _
108108
```
109109

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

0 commit comments

Comments
 (0)