From ea06252f2d733befe0d6a33451a6de5c1a608677 Mon Sep 17 00:00:00 2001 From: David Craig Date: Wed, 13 May 2015 15:12:48 +1200 Subject: [PATCH] Update default pagination --- code/model/Blog.php | 1 + docs/en/features.md | 1 + 2 files changed, 2 insertions(+) diff --git a/code/model/Blog.php b/code/model/Blog.php index 68b2271..7699222 100644 --- a/code/model/Blog.php +++ b/code/model/Blog.php @@ -92,6 +92,7 @@ class Blog extends Page implements PermissionProvider { */ private static $defaults = array( 'ProvideComments' => false, + 'PostsPerPage' => 10, ); /** diff --git a/docs/en/features.md b/docs/en/features.md index d572786..733f268 100644 --- a/docs/en/features.md +++ b/docs/en/features.md @@ -9,6 +9,7 @@ * Publish Date - Set a blog post to publish in the future. * Custom GridField components for quickly adding new objects. * RSS Feed of the blog +* Custom pagination via the Blog's "Settings" tab. ## Screenshots