From 02c629b0584e6eaef15089c8e4646e631cc5cf5d Mon Sep 17 00:00:00 2001 From: Christian Hackl Date: Wed, 13 Nov 2024 10:46:38 +0100 Subject: [PATCH] [TASK] code format --- .../TypoScript/TypoScript/0200_extensions.typoscript | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/TypoScript/TypoScript/0200_extensions.typoscript b/Configuration/TypoScript/TypoScript/0200_extensions.typoscript index 99b104b..e982b56 100644 --- a/Configuration/TypoScript/TypoScript/0200_extensions.typoscript +++ b/Configuration/TypoScript/TypoScript/0200_extensions.typoscript @@ -159,9 +159,9 @@ plugin.tx_powermail { senderEmail = example@{{EXTENSION_DOMAIN_NAME}}.{{EXTENSION_DOMAIN_TLD}} } overwrite { - senderEmail = TEXT - senderEmail.value > - senderEmail.value = example@{{EXTENSION_DOMAIN_NAME}}.{{EXTENSION_DOMAIN_TLD}} + senderEmail = TEXT + senderEmail.value > + senderEmail.value = example@{{EXTENSION_DOMAIN_NAME}}.{{EXTENSION_DOMAIN_TLD}} } }