Skip to content

Commit 9d9cf60

Browse files
committed
Fix config bug
1 parent 543ad0c commit 9d9cf60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Other features that will be provided:
1616
- Extendable settings model and Filament resource to store CMS settings and images.
1717
- Redirect support for when slugs are renamed
1818
- Sitemap generation
19-
- A ready-to-use Filament panel with all CMS features implemented.
19+
- A ready-to-use, extendable Filament panel with all CMS features implemented.
2020
- Extendable models, resources and database tables.
2121
- A simple asset manager (TODO)
2222
- Re-usable content blocks (TODO)

src/FilamentFlexibleContentBlockPagesConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,6 @@ public function getPanelNavigationItems(): array
162162

163163
private function packageConfig(string $configKey, $default = null): mixed
164164
{
165-
return config('filament-flexible-content-block-pages.'.$configKey);
165+
return config('filament-flexible-content-block-pages.'.$configKey, $default);
166166
}
167167
}

0 commit comments

Comments
 (0)