Enhance ManageSolutions and ManageSuccess forms: replace icon_class text input with a searchable select component in ManageSolutions, add file upload for success images in ManageSuccess, and update SuccessSettings to include success_image property. Adjust related database migrations and views for dynamic content display.
This commit is contained in:
@@ -15,5 +15,6 @@ return new class extends SettingsMigration
|
||||
['name' => 'Building Construction', 'percentage' => 89],
|
||||
['name' => 'Interiors Design', 'percentage' => 70],
|
||||
]);
|
||||
$this->migrator->add('cms_success.success_image', 'cms/skill.jpg');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user