From ba48430c8041d5960d0a3006a631794cfd4ebb7e Mon Sep 17 00:00:00 2001 From: mscherer Date: Thu, 15 Feb 2024 15:10:16 +0100 Subject: [PATCH] Docs --- plugins/Sandbox/templates/ToolsExamples/trim.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sandbox/templates/ToolsExamples/trim.php b/plugins/Sandbox/templates/ToolsExamples/trim.php index 75468134..a720a9f7 100644 --- a/plugins/Sandbox/templates/ToolsExamples/trim.php +++ b/plugins/Sandbox/templates/ToolsExamples/trim.php @@ -20,7 +20,7 @@ It ensures basic data integrity on request input in regards to emptiness.
This needs to happen in communication layer to ensure this for all other layers. - Can be skipped for edge cases using `DataPreparation.notrim` Configure setting. + Can be skipped for edge cases using `notrim` config on the component.