Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
261829e4
Commit
261829e4
authored
Jul 24, 2020
by
Thomas Löffler
Browse files
Add page- prefix for pages in news section
parent
9b7ec184
Pipeline
#9319
passed with stages
in 6 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/sites/t3org/config.yaml
View file @
261829e4
...
...
@@ -40,7 +40,7 @@ routeEnhancers:
plugin
:
Pi1
routes
:
-
routePath
:
'
/{page}'
routePath
:
'
/
page-
{page}'
_controller
:
'
News::list'
_arguments
:
page
:
'
@widget_0/currentPage'
...
...
@@ -59,7 +59,7 @@ routeEnhancers:
_arguments
:
category-name
:
overwriteDemand/categories
-
routePath
:
'
/{category-name}/{page}'
routePath
:
'
/{category-name}/
page-
{page}'
_controller
:
'
News::list'
_arguments
:
category-name
:
overwriteDemand/categories
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment