1
0
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:
Awilum
2020-03-01 14:26:09 +03:00
parent 1954a91080
commit f4074a33fd

View File

@@ -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,