File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments