LSexample/LSpeople: improve pagination config

This commit is contained in:
Benjamin Renard 2021-02-05 12:18:58 +01:00
parent 5f4798a5a1
commit 36a1719b26

View file

@ -248,8 +248,8 @@ $GLOBALS['LSobjects']['LSpeople'] = array (
), ),
'params' => array ( 'params' => array (
'recursive' => true, 'recursive' => true,
'nbObjectsByPage' => 5, 'nbObjectsByPage' => 25,
'nbObjectsByPageChoices' => array(5, 10, 15), 'nbObjectsByPageChoices' => array(15, 25, 35),
), ),
'predefinedFilters' => array ( 'predefinedFilters' => array (
'(jpegPhoto=*)' => 'With photo', '(jpegPhoto=*)' => 'With photo',