diff --git a/configuration/basic.html b/configuration/basic.html index 707c56d..5a7c1b1 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -141,6 +141,10 @@ // neither of above => it is a file and could be in every folder, example: '.htaccess' // both of above => full folder path has to match, example: '/homes/web/filegator/.npm/' 'filter_entries' => ['Recycle.bin/', 'File System Information/', '.DS_Store', '@eaDir/', '#recycle/'], + + // Use '' for the unlimited pagination and integers for the items per page. The first item is used as the + // default pagination and the choices are ordered by the order in the array. + 'pagination' => ['', 5, 10, 15], ],

Additional HTML

You can add additional html to the head and body like this: