From 36a1719b263b8706309dfa1e5e4f0363a3fea9b1 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 5 Feb 2021 12:18:58 +0100 Subject: [PATCH] LSexample/LSpeople: improve pagination config --- src/conf/LSobjects/config.LSobjects.LSpeople.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/conf/LSobjects/config.LSobjects.LSpeople.php b/src/conf/LSobjects/config.LSobjects.LSpeople.php index 1ab2efb8..11335db5 100644 --- a/src/conf/LSobjects/config.LSobjects.LSpeople.php +++ b/src/conf/LSobjects/config.LSobjects.LSpeople.php @@ -248,8 +248,8 @@ $GLOBALS['LSobjects']['LSpeople'] = array ( ), 'params' => array ( 'recursive' => true, - 'nbObjectsByPage' => 5, - 'nbObjectsByPageChoices' => array(5, 10, 15), + 'nbObjectsByPage' => 25, + 'nbObjectsByPageChoices' => array(15, 25, 35), ), 'predefinedFilters' => array ( '(jpegPhoto=*)' => 'With photo',