WIP
This commit is contained in:
@@ -26,7 +26,7 @@ class ProductFieldsForIndex
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
ID::make()->sortable(),
|
ID::make()->sortable(),
|
||||||
Images::make(__('Image'), 'uploads')->conversionOnIndexView('thumb200x200'),
|
Images::make(__('Image'), 'uploads')->conversionOnIndexView('thumb400x400'),
|
||||||
Text::make(__('Name'), 'name')->sortable(),
|
Text::make(__('Name'), 'name')->sortable(),
|
||||||
|
|
||||||
BelongsTo::make(__('Brand'), 'brand', Brand::class)
|
BelongsTo::make(__('Brand'), 'brand', Brand::class)
|
||||||
|
|||||||
Reference in New Issue
Block a user