File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
' @subpackage ' : ' '
37
37
' @controller ' : ' '
38
38
' @action ' : ' index'
39
- ' currentPage ' : ' 1 '
39
+ ' @format ' : ' html '
40
40
routeParts :
41
41
node :
42
42
handler : ' Neos\Neos\Routing\FrontendNodeRoutePartHandler'
43
- appendExceedingArguments : true
44
43
45
44
-
46
45
name : ' Blog post pagination - page > 1'
55
54
' @subpackage ' : ' '
56
55
' @controller ' : ' '
57
56
' @action ' : ' index'
57
+ ' @format ' : ' html'
58
58
routeParts :
59
59
node :
60
60
handler : ' Neos\Neos\Routing\FrontendNodeRoutePartHandler'
61
- appendExceedingArguments : true
62
61
63
62
-
64
63
name : ' RSS Feed special super extra workaround route (for until we can use different formats in plugins)'
Original file line number Diff line number Diff line change 21
21
Flow :
22
22
mvc :
23
23
routes :
24
- ' RobertLemke.Plugin.Blog ' : true
24
+ ' RobertLemke.Plugin.Blog ' :
25
+ position : ' before Neos.Neos'
25
26
26
27
Neos :
27
28
nodeTypes :
You can’t perform that action at this time.
0 commit comments