Skip to content

Commit

Permalink
Fix: added sub navigation position to config
Browse files Browse the repository at this point in the history
  • Loading branch information
cannycookie authored Jul 9, 2024
1 parent ff23432 commit 5b833b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/filament-email-templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@
'icon' => 'heroicon-o-envelope',
'group' => 'Content',
'cluster' => false,
'position' => \Filament\Pages\SubNavigationPosition::Top
],
'themes' => [
'sort' => 20,
'label' => 'Email Template Themes',
'icon' => 'heroicon-o-paint-brush',
'group' => 'Content',
'cluster' => false,
'position' => \Filament\Pages\SubNavigationPosition::Top
],
],

Expand Down

0 comments on commit 5b833b2

Please sign in to comment.