CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #37570

Pagebrowser can't be configured by Typoscript

Added by David Voigt 12 months ago. Updated 11 months ago.

Status:Resolved Start date:2012-05-29
Priority:Should have Due date:
Assignee:Juergen Furrer % Done:

100%

Category:- Spent time: 0.50 hour
Target version:- Estimated time:0.50 hour
Votes: 1 (View)

Description

The values for itemsPerPage, maxPages, showFirstLast, dontLinkActivePage can't be edited via Typoscript - or at least it's not documented how.

History

Updated by Juergen Furrer 11 months ago

  • Status changed from New to Resolved
  • Assignee set to Juergen Furrer
  • % Done changed from 0 to 100
  • Estimated time set to 0.50

Your able to define these values in TS for every view:

plugin.tx_feuserfriends_pi1 {
  listView.itemsPerPage = 10
  listView.maxPages = 2
  listView.showFirstLast = 0
  listView.dontLinkActivePage = 0
}

I will update the documentation

Also available in: Atom PDF