Skip to content
Snippets Groups Projects

Bugfix pagebrowser handling

Merged Johannes Kreiner requested to merge bugfix_pagebrowserHandling into master
@@ -3,7 +3,13 @@ routeEnhancers:
type: Plugin
namespace: tx_sgnews_pagebrowser
routePath: '/{localizedSegment}/{currentPage}'
defaults:
currentPage: '0'
aspects:
currentPage:
type: StaticRangeMapper
start: '1'
end: '1000'
localizedSegment:
type: LocaleModifier
default: page
Loading