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