Skip to content

Commit

Permalink
[TASK] Fix documentation rendering
Browse files Browse the repository at this point in the history
Resolves: #92597
Related: #90234
Releases: master, 10.4
Change-Id: I2b98f6ad8cc707231b5f8981954cb963db903864
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66129
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
ohader authored and lolli42 committed Oct 19, 2020
1 parent 4878d1f commit 965534c
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -18,9 +18,10 @@ Besides exact matches (*equals*) it is possible to apply partial matches at
the beginning of a parameter (*startsWith*) or inline occurrences (*contains*).

URL parameter names are prefixed with the following indicators:
+ :php:`=` (*equals*): exact match, default behavior if not given
+ :php:`^` (*startsWith*): matching the beginning of a parameter name
+ :php:`~` (*contains*): matching any inline occurrence in a parameter name

* :php:`=` (*equals*): exact match, default behavior if not given
* :php:`^` (*startsWith*): matching the beginning of a parameter name
* :php:`~` (*contains*): matching any inline occurrence in a parameter name

These indicators can be used for all previously existing sub-properties
:php:`cachedParametersWhiteList`, :php:`excludedParameters`, :php:`excludedParametersIfEmpty`
Expand Down

0 comments on commit 965534c

Please sign in to comment.