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
50
50
You can now seed the home page and default settings by running:
51
51
52
52
``` bash
53
- php artisan db :seed FilamentFlexibleContentBlockPagesDatabaseSeeder
53
+ php artisan flexible-content-block-pages :seed
54
54
```
55
55
56
56
Further 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 28
28
'settings_plural_lbl ' => 'instellingen ' ,
29
29
'navigation_group ' => 'Instellingen ' ,
30
30
'settings_tab_site_general ' => 'Algemeen ' ,
31
- 'site_title ' => 'Titel van de website ' ,
31
+ 'settings_site_title ' => 'Titel van de website ' ,
32
32
'settings_contact_info ' => 'Contactgegevens ' ,
33
33
'settings_tab_seo ' => 'SEO ' ,
34
34
'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
115
115
->label (flexiblePagesTrans ('settings.settings_site_title ' ))
116
116
->required (),
117
117
TextInput::make (Settings::SETTING_FOOTER_COPYRIGHT )
118
- ->label (flexiblePagesTrans ('settings.footer_copyright ' ))
118
+ ->label (flexiblePagesTrans ('settings.settings_footer_copyright ' ))
119
119
->hint (flexiblePagesTrans ('settings.translatable_field_hint ' ))
120
120
->hintIcon ('heroicon-m-language ' )
121
121
->required (),
122
122
RichEditor::make (Settings::SETTING_CONTACT_INFO )
123
- ->label (flexiblePagesTrans ('settings.contact_info ' ))
123
+ ->label (flexiblePagesTrans ('settings.settings_contact_info ' ))
124
124
->disableToolbarButtons ([
125
125
'attachFiles ' ,
126
126
]),
You can’t perform that action at this time.
0 commit comments