Add industry and text slide sections to homepage settings: introduce new fields in HomeSettings, update form structure in HomePageSettings, and modify homepage view to display dynamic content for industry and text slide areas.
This commit is contained in:
@@ -44,6 +44,30 @@ class HomeSettings extends Settings
|
||||
|
||||
public string $about_image_two;
|
||||
|
||||
public string $industry_subtitle;
|
||||
|
||||
public string $industry_header;
|
||||
|
||||
public string $industry_paragraph;
|
||||
|
||||
public string $industry_button_text;
|
||||
|
||||
public string $industry_button_url;
|
||||
|
||||
public string $industry_image_one;
|
||||
|
||||
public array $industry_items;
|
||||
|
||||
public string $text_slide_subtitle;
|
||||
|
||||
public string $text_slide_header;
|
||||
|
||||
public string $text_slide_image;
|
||||
|
||||
public int $text_slide_counter_number;
|
||||
|
||||
public array $text_slide_items;
|
||||
|
||||
public static function group(): string
|
||||
{
|
||||
return 'cms_homepage';
|
||||
|
||||
Reference in New Issue
Block a user