Skip to content

Commit

Permalink
Add icon, navigationGroup, Title, navigationLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Nascimento committed May 11, 2024
1 parent dd7b6b8 commit 97472b9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ if you want to show for specific user or sort in the menu
->plugins([
FilamentGeneralSettingsPlugin::make()
->canAccess(fn() => auth()->user()->id === 1)
->setSort(3),
->setSort(3)
->setIcon('heroicon-o-cog')
->setNavigationGroup('Settings')
->setTitle('General Settings')
->setNavigationLabel('General Settings'),
])
```

Expand Down

0 comments on commit 97472b9

Please sign in to comment.