Remove max size limit for background video upload in HomePageSettings and add ApplicationResource to the panel resources in PanelPanelProvider.
This commit is contained in:
@@ -146,7 +146,6 @@ class HomePageSettings extends SettingsPage
|
||||
FileUpload::make('bg_video')
|
||||
->label('Background Video')
|
||||
->acceptedFileTypes(['video/mp4', 'video/webm', 'video/ogg'])
|
||||
->maxSize(51200) // 50MB
|
||||
->disk('public')
|
||||
->directory('homepage-videos')
|
||||
->required(),
|
||||
|
||||
Reference in New Issue
Block a user