Update default pagination

This commit is contained in:
David Craig 2015-05-13 15:12:48 +12:00
parent a64f6f0a81
commit ea06252f2d
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class Blog extends Page implements PermissionProvider {
*/ */
private static $defaults = array( private static $defaults = array(
'ProvideComments' => false, 'ProvideComments' => false,
'PostsPerPage' => 10,
); );
/** /**

View File

@ -9,6 +9,7 @@
* Publish Date - Set a blog post to publish in the future. * Publish Date - Set a blog post to publish in the future.
* Custom GridField components for quickly adding new objects. * Custom GridField components for quickly adding new objects.
* RSS Feed of the blog * RSS Feed of the blog
* Custom pagination via the Blog's "Settings" tab.
## Screenshots ## Screenshots