From 5f3b8a8c41d6e0b9c9e9754a20268099dd25250e Mon Sep 17 00:00:00 2001 From: Sven Petersen Date: Thu, 17 Oct 2024 13:17:43 +0200 Subject: [PATCH] [TASK] Add threads and telegram to social media --- Configuration/TypoScript/Lib/theme.typoscript | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Configuration/TypoScript/Lib/theme.typoscript b/Configuration/TypoScript/Lib/theme.typoscript index f25278b..54fc650 100644 --- a/Configuration/TypoScript/Lib/theme.typoscript +++ b/Configuration/TypoScript/Lib/theme.typoscript @@ -243,6 +243,28 @@ lib.theme { } } + threads = JSON + threads { + fields { + label = TEXT + label.value = {$page.theme.socialmedia.channels.threads.label} + + url = TEXT + url.value = {$page.theme.socialmedia.channels.threads.url} + } + } + + telegram = JSON + telegram { + fields { + label = TEXT + label.value = {$page.theme.socialmedia.channels.telegram.label} + + url = TEXT + url.value = {$page.theme.socialmedia.channels.telegram.url} + } + } + instagram = JSON instagram { fields {