Add option to configure maximum number of calendar entries.

This commit is contained in:
Michael Teeuw
2015-11-06 13:38:31 +01:00
parent 9a5a74e153
commit 736bf55bd8
2 changed files with 9 additions and 1 deletions

View File

@@ -33,6 +33,9 @@ var config = {
'Hi, sexy!'
]
},
calendar: {
maximumEntries: 10
},
news: {
feed: 'http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml'
}