File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ php artisan migrate
5050You can now seed the home page and default settings by running:
5151
5252``` bash
53- php artisan db :seed FilamentFlexibleContentBlockPagesDatabaseSeeder
53+ php artisan flexible-content-block-pages :seed
5454```
5555
5656Further configure the third-party packages that are used. Check the installation documentation of these packages:
Original file line number Diff line number Diff line change 2828 'settings_plural_lbl ' => 'instellingen ' ,
2929 'navigation_group ' => 'Instellingen ' ,
3030 'settings_tab_site_general ' => 'Algemeen ' ,
31- 'site_title ' => 'Titel van de website ' ,
31+ 'settings_site_title ' => 'Titel van de website ' ,
3232 'settings_contact_info ' => 'Contactgegevens ' ,
3333 'settings_tab_seo ' => 'SEO ' ,
3434 'settings_default_seo_image ' => 'Standaard SEO-afbeelding ' ,
Original file line number Diff line number Diff line change @@ -115,12 +115,12 @@ protected static function getGeneralTabFormSchema(): array
115115 ->label (flexiblePagesTrans ('settings.settings_site_title ' ))
116116 ->required (),
117117 TextInput::make (Settings::SETTING_FOOTER_COPYRIGHT )
118- ->label (flexiblePagesTrans ('settings.footer_copyright ' ))
118+ ->label (flexiblePagesTrans ('settings.settings_footer_copyright ' ))
119119 ->hint (flexiblePagesTrans ('settings.translatable_field_hint ' ))
120120 ->hintIcon ('heroicon-m-language ' )
121121 ->required (),
122122 RichEditor::make (Settings::SETTING_CONTACT_INFO )
123- ->label (flexiblePagesTrans ('settings.contact_info ' ))
123+ ->label (flexiblePagesTrans ('settings.settings_contact_info ' ))
124124 ->disableToolbarButtons ([
125125 'attachFiles ' ,
126126 ]),
You can’t perform that action at this time.
0 commit comments