mirror of
https://github.com/flextype/flextype.git
synced 2025-08-15 17:44:17 +02:00
feat(admin-plugin): increase upload limit for _uploadFile from 3mb to 5mb
This commit is contained in:
@@ -1013,7 +1013,7 @@ class EntriesController extends Controller
|
||||
array $file,
|
||||
string $upload_directory,
|
||||
string $allowed = 'jpeg, png, gif, jpg',
|
||||
int $max_size = 3000000,
|
||||
int $max_size = 5000000,
|
||||
string $filename = null,
|
||||
bool $remove_spaces = true,
|
||||
int $max_width = null,
|
||||
|
Reference in New Issue
Block a user