Merge pull request #231 from flashbackzoo/pulls/update-default-pagination

Update default pagination
This commit is contained in:
Christopher Pitt 2015-05-13 15:30:51 +12:00
commit e3f2036aaa
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(
'ProvideComments' => false,
'PostsPerPage' => 10,
);
/**

View File

@ -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