This commit is contained in:
Mekan1206
2026-02-19 00:35:01 +05:00
parent 9071c9a4c6
commit fac624b2a5
13 changed files with 13 additions and 23 deletions

View File

@@ -90,7 +90,7 @@ class Channel extends Resource
ID::make()->sortable(),
Images::make(__('Image'), 'uploads')
->conversionOnIndexView('thumb200x200')
->conversionOnIndexView('thumb400x400')
->rules('required')
->required(),

View File

@@ -18,7 +18,7 @@ class ChannelFieldsForIndex
ID::make()->hidden(),
Images::make(__('Image'), 'uploads')
->conversionOnIndexView('thumb200x200'),
->conversionOnIndexView('thumb400x400'),
Text::make(__('Name'), 'name')
->sortable(),