Search code examples
typo3typo3-6.2.x

TYPO3 news hidePagination


I use this TYPO3 news extension.

I want to disable paging though typoscript. The option for it is plugin.tx_news.settings.hidePagination so I tried this

plugin.tx_news { settings.hidePagination = 1 }

But this doesn't work. However setting plugin.tx_news.settings.list.paginate.itemsPerPage to a very large value does work. But that isn't a very nice solution.

Have I missed something on how to set hidePagination?


Solution

  • Theres a checkbox in the tx_news plugin.
    Additional -> Hide the pagination
    It seems to overwrite the TS (unchecked by default).