Skip to content

Commit

Permalink
Re-enable seo tab and also suggest filament-seo v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jyrkidn committed Oct 4, 2024
1 parent b8664cc commit 2e1728e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"phpstan/phpstan-phpunit": "^1.0"
},
"suggest":{
"codedor/filament-seo": "^1.1"
"codedor/filament-seo": "^1.1 || ^2.0"
},
"autoload": {
"psr-4": {
Expand All @@ -49,9 +49,6 @@
"providers": [
"Codedor\\FilamentAdminBar\\Providers\\FilamentAdminBarServiceProvider"
]
},
"branch-alias": {
"dev-feature/laravel-11": "1.2.x-dev"
}
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion config/filament-admin-bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'tabs' => [
// Codedor\FilamentAdminBar\Tabs\SeoTab::class,
Codedor\FilamentAdminBar\Tabs\SeoTab::class,
Codedor\FilamentAdminBar\Tabs\TranslatableStringsTab::class,
],
'translatable-strings-tab' => [
Expand Down

0 comments on commit 2e1728e

Please sign in to comment.