mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-12-24 01:10:42 +01:00
Set pagination to 20
This commit is contained in:
@@ -32,7 +32,7 @@ define('LOGIN_REDIRECT_COOKIE', 'grav-login-redirect');
|
||||
|
||||
class Admin
|
||||
{
|
||||
const MEDIA_PAGINATION_INTERVAL = 10;
|
||||
const MEDIA_PAGINATION_INTERVAL = 20;
|
||||
|
||||
/**
|
||||
* @var Grav
|
||||
|
||||
Reference in New Issue
Block a user