[DOCS] Add info about route enhancers to the "Further readings" section#410
Open
kanow wants to merge 1 commit into
Open
[DOCS] Add info about route enhancers to the "Further readings" section#410kanow wants to merge 1 commit into
kanow wants to merge 1 commit into
Conversation
72b3159 to
42ae427
Compare
linawolf
reviewed
Apr 24, 2026
| If you want readable URLs for records from extensions, a small extra manual | ||
| work is required. Then you need the `Routing Enhancers <https://docs.typo3.org/permalink/t3coreapi:routing-advanced-routing-configuration-enhancers>`_. | ||
|
|
||
| Most of the time the thing you need is a `Extbase plugin enhancer <https://docs.typo3.org/permalink/t3coreapi:routing-extbase-plugin-enhancer>`_. |
Member
There was a problem hiding this comment.
As we are not working with Extbase here why should they need an Extbase plugin enhancer? That would only make sense if they use such extensions
Contributor
Author
There was a problem hiding this comment.
@linawolf Yes, you are right. We discussed yesterday only whether it makes sense to add such information and where.
I’m wondering again why it is necessary and useful to describe how to use the Route Enhancer in this tutorial. We don't know
- Do users following this tutorial to create a site package really need the Route Enhancer guide?
- Which guide for Route Enhancers they need? Simple? Plugin? Extbase?
If we answering the firs question with yes, then maybe just the first part of the text is sufficient?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References: TYPO3-Documentation/Changelog-To-Doc#1512