Skip to content

Commit

Permalink
[BUGFIX] Fix typo in cHash option description
Browse files Browse the repository at this point in the history
Resolves: #89925
Releases: master, 9.5, 8.7
Change-Id: I3449606aa143c23dd656dd566c87aec08ae19425
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62468
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bmack committed Dec 12, 2019
1 parent e959215 commit 2478cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/DefaultConfigurationDescription.yaml
Expand Up @@ -486,7 +486,7 @@ FE:
description: 'Configure Parameters that require a cHash. If no cHash is given but one of the parameters are set, then TYPO3 triggers the configured cHash Error behaviour'
excludedParameters:
type: array
description: 'The the given parameters will be ignored in the cHash calculation. Example: L,tx_search_pi1[query]'
description: 'The given parameters will be ignored in the cHash calculation. Example: L,tx_search_pi1[query]'
excludedParametersIfEmpty:
type: array
description: 'Configure Parameters that are only relevant for the cHash if there''s an associated value available. Set excludeAllEmptyParameters to true to skip all empty parameters.'
Expand Down

0 comments on commit 2478cbd

Please sign in to comment.