mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
fixes #224, batch manager, ability to configure default number of images per page
This commit is contained in:
@@ -844,6 +844,14 @@ $conf['upload_form_chunk_size'] = 500;
|
||||
// the directory where "ffmpeg" executable is.
|
||||
$conf['ffmpeg_dir'] = '';
|
||||
|
||||
// batch manager: how many images should Piwigo display by default on the
|
||||
// global mode. Must be among values {20,50,100}
|
||||
$conf['batch_manager_images_per_page_global'] = 20;
|
||||
|
||||
// batch manager: how many images should Piwigo display by default on the
|
||||
// unit mode. Must be among values {5, 10, 50}
|
||||
$conf['batch_manager_images_per_page_unit'] = 5;
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | log |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user