Skip to content

Commit

Permalink
[DOCS] Correct code block for site configuration
Browse files Browse the repository at this point in the history
The example claims to result in'.../detail/...', site configuration
needs to reflect that.

Releases: master, 9.5
Resolves: #90017
Change-Id: I3d6d133294763ee0e3e089c102a325a70ca3e1ea
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62794
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Guido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
Stephan Salzmann authored and bmack committed Dec 28, 2019
1 parent f6eae8a commit 45a7e5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -186,7 +186,7 @@ And generate the following URLs
routes:
- { routePath: '/list/{page}', _controller: 'News::list', _arguments: {'page': '@widget_0/currentPage'} }
- { routePath: '/tag/{tag_name}', _controller: 'News::list', _arguments: {'tag_name': 'overwriteDemand/tags'}}
- { routePath: '/blog/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} }
- { routePath: '/detail/{news_title}', _controller: 'News::detail', _arguments: {'news_title': 'news'} }
- { routePath: '/archive/{year}/{month}', _controller: 'News::archive' }
defaultController: 'News::list'
defaults:
Expand Down

0 comments on commit 45a7e5a

Please sign in to comment.