Articles: finish admin refactor, uploads hardening, and attachment sorting (0.262)
This commit is contained in:
@@ -949,6 +949,7 @@ echo $grid->draw();
|
||||
},
|
||||
url: '/libraries/plupload/upload-product-images.php',
|
||||
chunk_size: '1mb',
|
||||
max_file_size: '20mb',
|
||||
unique_names: false,
|
||||
resize: {
|
||||
width: <?= $this->settings['image_px'] ? $this->settings['image_px'] : '1920'; ?>,
|
||||
@@ -991,6 +992,7 @@ echo $grid->draw();
|
||||
},
|
||||
url: '/libraries/plupload/upload-product-files.php',
|
||||
chunk_size: '1mb',
|
||||
max_file_size: '50mb',
|
||||
unique_names: false,
|
||||
filters: [{
|
||||
title: "Wszystkie pliki",
|
||||
|
||||
Reference in New Issue
Block a user