mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-06-15 00:39:57 +02: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