feat(attachment): refactor image cropping functionality to use range objects and update related tests
This commit is contained in:
@@ -86,7 +86,7 @@ class WebsiteTypeSeeder extends Seeder
|
||||
'description_html' => 'nullable|string',
|
||||
'button_text' => 'nullable|string',
|
||||
'button_href' => 'nullable|string',
|
||||
'background_image_id' => 'nullable|image_or_base64',
|
||||
'background_image_id' => 'nullable|cropped_image_or_base64',
|
||||
],
|
||||
'transforms' => [
|
||||
'background_image_id' => [
|
||||
|
||||
Reference in New Issue
Block a user