fixed progress and alignment of style-change

This commit is contained in:
2025-08-04 15:35:01 +02:00
parent b4456bcabb
commit 4a45738b9b
5 changed files with 13 additions and 11 deletions

View File

@@ -48,6 +48,7 @@ class StyleResource extends Resource
->disk('public')
->directory('style_previews')
->image()
->imageEditor()
->required()
->rules(['mimes:jpeg,png,bmp,gif,webp']),
Textarea::make('parameters')