Explorar el Código

paragraphs setting

padre
commit
ac75e446b9
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1
    2
      app/Filament/Resources/EsgResource.php

+ 1
- 2
app/Filament/Resources/EsgResource.php Ver fichero

@@ -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' => '請附上連結',