From 42086a4e281d37a26400ed79b70e35e0ed19512b Mon Sep 17 00:00:00 2001 From: Sven Petersen Date: Thu, 17 Oct 2024 12:49:09 +0200 Subject: [PATCH] [TASK] Replace Twitter with X --- Configuration/TypoScript/Lib/theme.typoscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Configuration/TypoScript/Lib/theme.typoscript b/Configuration/TypoScript/Lib/theme.typoscript index 70e4724..7be00f1 100644 --- a/Configuration/TypoScript/Lib/theme.typoscript +++ b/Configuration/TypoScript/Lib/theme.typoscript @@ -232,14 +232,14 @@ lib.theme { } } - twitter = JSON - twitter { + x = JSON + x { fields { label = TEXT - label.value = {$page.theme.socialmedia.channels.twitter.label} + label.value = {$page.theme.socialmedia.channels.x.label} url = TEXT - url.value = {$page.theme.socialmedia.channels.twitter.url} + url.value = {$page.theme.socialmedia.channels.x.url} } }