From cff7ec149c92ee1f83d3215dccce4423af02b5d0 Mon Sep 17 00:00:00 2001 From: Simon Schaufelberger Date: Mon, 18 Nov 2024 14:48:28 +0100 Subject: [PATCH] [DOCS] Use page argument in routePath Releases: main, 12.1, 12.0 --- Documentation/Tutorials/BestPractice/Routing/Index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Tutorials/BestPractice/Routing/Index.rst b/Documentation/Tutorials/BestPractice/Routing/Index.rst index f08f9e458..5e43db35e 100644 --- a/Documentation/Tutorials/BestPractice/Routing/Index.rst +++ b/Documentation/Tutorials/BestPractice/Routing/Index.rst @@ -286,7 +286,7 @@ If you want to have categories+pagination, that configuration has to stand befo _arguments: category-name: overwriteDemand/categories # Tagname + pagination - - routePath: '/{tag-name}/page-2' + - routePath: '/{tag-name}/page-{page}' _controller: 'News::list' _arguments: tag-name: overwriteDemand/tags