|
|
@@ -352,8 +352,7 @@ class EsgResource extends Resource
|
|
352
|
352
|
Section::make("")->schema([
|
|
353
|
353
|
FileUpload::make('content.video_img')->label("影片底圖")
|
|
354
|
354
|
->disk("public")
|
|
355
|
|
- ->directory("esg/paragraphVideo")
|
|
356
|
|
- ->helperText('建議寬高限制為:2000*720px,出血寬度720px,主要圖像範圍為:1280*720px,檔案大小限制為1M以下')->maxSize('1024'),
|
|
|
355
|
+ ->directory("esg/paragraphVideo"),
|
|
357
|
356
|
TextInput::make('content.link')->label("網址")->required()
|
|
358
|
357
|
->validationMessages([
|
|
359
|
358
|
'required' => '請附上連結',
|