From 2478cbdd906b99db4de627962a3040575d0c0290 Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Thu, 12 Dec 2019 09:40:57 +0100 Subject: [PATCH] [BUGFIX] Fix typo in cHash option description 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 Reviewed-by: Benni Mack --- Configuration/DefaultConfigurationDescription.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/DefaultConfigurationDescription.yaml b/Configuration/DefaultConfigurationDescription.yaml index e03f9b9a29..55809bd342 100644 --- a/Configuration/DefaultConfigurationDescription.yaml +++ b/Configuration/DefaultConfigurationDescription.yaml @@ -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.'