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:
16
16
- Extendable settings model and Filament resource to store CMS settings and images.
17
17
- Redirect support for when slugs are renamed
18
18
- 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.
20
20
- Extendable models, resources and database tables.
21
21
- A simple asset manager (TODO)
22
22
- Re-usable content blocks (TODO)
Original file line number Diff line number Diff line change @@ -162,6 +162,6 @@ public function getPanelNavigationItems(): array
162
162
163
163
private function packageConfig (string $ configKey , $ default = null ): mixed
164
164
{
165
- return config ('filament-flexible-content-block-pages. ' .$ configKey );
165
+ return config ('filament-flexible-content-block-pages. ' .$ configKey, $ default );
166
166
}
167
167
}
You can’t perform that action at this time.
0 commit comments