This commit is contained in:
Mekan1206
2026-02-18 23:38:01 +05:00
parent 18e510674a
commit 9071c9a4c6

View File

@@ -53,7 +53,7 @@ class ProductFieldsForDetail
Text::make(__('Name'), 'name'),
Images::make(__('Image'), 'uploads')
->conversionOnIndexView('thumb200x200'),
->conversionOnIndexView('thumb400x400'),
Trix::make(__('Description'), 'description')->withFiles('public')->alwaysShow(),
Text::make(__('Price'), 'cost_amount'),