WIP
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user