Feature: Make pagination configurable
Description
The behaviour of the pagination can not be confiured through typoscript constants.
Number of post that should be displayed per page (Default: 10):
plugin.tx_blog.settings.lists.pagination.itemsPerPage
Copied!
Show the pagination above the posts (Default: 0):
plugin.tx_blog.settings.lists.pagination.insertAbove
Copied!
Show the pagination below the posts (Default: 1):
plugin.tx_blog.settings.lists.pagination.insertBelow
Copied!
Maximum number of links in the pagination ((Default: 10))
plugin.tx_blog.settings.lists.pagination.maximumNumberOfLinks
Copied!
Change
https://github.com/TYPO3GmbH/blog/commit/461db542bc37e9b362941a222dd86e63a268388d