1
0

Also add a var for comments limit

This commit is contained in:
Garvin Hicking
2015-03-16 11:14:27 +01:00
parent 72f316712b
commit 6b81f519e7
2 changed files with 15 additions and 8 deletions

View File

@ -9,8 +9,10 @@ Version 2.1 ()
- $serendipity['dashboardLimit']: How many future entries to
fetch (default: 5)
- $serendipity['dashboardDraftLimit']: How many entries in total
- $serendipity['dashboardDraftLimit']: How many entries in total
shall be displayed in the dashboard section (default: 5)
- $serendipity['dashboardCommentsLimit']: How many comments
(default: 5)
(Draft entries will only be fetched if there are less future entries
than the total entry limit)