Skip to content

Commit adf65bc

Browse files
committed
TASK: Fix routes setup for pagination
1 parent a35178f commit adf65bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Configuration/Routes.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@
3636
'@subpackage': ''
3737
'@controller': ''
3838
'@action': 'index'
39-
'currentPage': '1'
39+
'@format': 'html'
4040
routeParts:
4141
node:
4242
handler: 'Neos\Neos\Routing\FrontendNodeRoutePartHandler'
43-
appendExceedingArguments: true
4443

4544
-
4645
name: 'Blog post pagination - page > 1'
@@ -55,10 +54,10 @@
5554
'@subpackage': ''
5655
'@controller': ''
5756
'@action': 'index'
57+
'@format': 'html'
5858
routeParts:
5959
node:
6060
handler: 'Neos\Neos\Routing\FrontendNodeRoutePartHandler'
61-
appendExceedingArguments: true
6261

6362
-
6463
name: 'RSS Feed special super extra workaround route (for until we can use different formats in plugins)'

Configuration/Settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Neos:
2121
Flow:
2222
mvc:
2323
routes:
24-
'RobertLemke.Plugin.Blog': true
24+
'RobertLemke.Plugin.Blog':
25+
position: 'before Neos.Neos'
2526

2627
Neos:
2728
nodeTypes:

0 commit comments

Comments
 (0)