Parcourir la source

paragraphs setting

Parent
révision
ac75e446b9
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1
    2
      app/Filament/Resources/EsgResource.php

+ 1
- 2
app/Filament/Resources/EsgResource.php Voir le fichier

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