Skip to content
Snippets Groups Projects
Commit 8900ddef authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[TASK] Limit max pages to 1000 to enable pagination URLs without cHash param

parent 32ff55f5
No related branches found
No related tags found
1 merge request!45Bugfix pagebrowser handling
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment