Skip to content
Snippets Groups Projects
Commit 873eb5b0 authored by Stefan Frömken's avatar Stefan Frömken Committed by Tobi Kretschmann
Browse files

[TASK] Repair examples

Releases: master
Resolves: #88117
Change-Id: I5fa5da8f6697a74eda785c4655203f9d63c7b632
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60424


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJörg Bösche <typo3@joergboesche.de>
Tested-by: default avatarSteffen Frese <steffenf14@gmail.com>
Tested-by: default avatarTobi Kretschmann <tobi@tobishome.de>
Reviewed-by: default avatarJörg Bösche <typo3@joergboesche.de>
Reviewed-by: default avatarSteffen Frese <steffenf14@gmail.com>
Reviewed-by: default avatarTobi Kretschmann <tobi@tobishome.de>
parent 5894cbb4
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@ The Simple Enhancer works with various route arguments to map them to a argument
`index.php?id=13&category=241&tag=Benni`
results in
`https://www.example.com/path-to/my-page/241/Benni`
`https://www.example.com/path-to/my-page/show-by-category/241/Benni`
The configuration looks like this::
......@@ -84,8 +84,8 @@ The configuration looks like this::
defaults:
tag: ''
requirements:
category_id: '[0-9]{1..3}'
tag: '^[a-zA-Z0-9].*$'
category_id: '[0-9]{1,3}'
tag: '[a-zA-Z0-9].*'
_arguments:
category_id: 'category'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment