mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #231 from flashbackzoo/pulls/update-default-pagination
Update default pagination
This commit is contained in:
commit
e3f2036aaa
@ -92,6 +92,7 @@ class Blog extends Page implements PermissionProvider {
|
||||
*/
|
||||
private static $defaults = array(
|
||||
'ProvideComments' => false,
|
||||
'PostsPerPage' => 10,
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user