Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
cklei-carly committed Aug 8, 2024
1 parent 2e8c0f5 commit 116a39f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ This is the contents of the published config file:
```php
return [
'enabled' => false,
// Group by field group
'field_types' => [
\SolutionForest\FilamentFieldGroup\FieldTypes\Configs\Text::class,
\SolutionForest\FilamentFieldGroup\FieldTypes\Configs\TextArea::class,
Expand Down
1 change: 0 additions & 1 deletion config/filament-field-group.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// config for SolutionForest/FilamentFieldGroup
return [
'enabled' => false,
// Group by field group
'field_types' => [
\SolutionForest\FilamentFieldGroup\FieldTypes\Configs\Text::class,
\SolutionForest\FilamentFieldGroup\FieldTypes\Configs\TextArea::class,
Expand Down

0 comments on commit 116a39f

Please sign in to comment.