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