Add solutions image upload field and update settings: introduce a file upload component for solutions images in ManageSolutions, add solutions_image property to SolutionSettings, and update related database migrations and views to support dynamic image display.
This commit is contained in:
@@ -14,6 +14,8 @@ class SolutionSettings extends Settings
|
||||
|
||||
public string $solutions_button_url;
|
||||
|
||||
public ?string $solutions_image;
|
||||
|
||||
public array $solution_items;
|
||||
|
||||
public static function group(): string
|
||||
|
||||
Reference in New Issue
Block a user