From ba3ebe0bb3c9804f83e1dc3f338fe9dafd23cb3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 13 Nov 2025 16:49:55 +0100 Subject: [PATCH] feat: enable chatbot for main website only --- .../ep_theme/Configuration/TypoScript/Page/Main.typoscript | 4 ++++ .../ext/ep_theme/Resources/Private/Partials/Footer.html | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript index 3ff9d63c..08de6934 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript @@ -142,6 +142,10 @@ page { titleField = title as = footernav } + 80 = TYPO3\CMS\Frontend\DataProcessing\SiteProcessor + 80 { + as = site + } } settings < plugin.tx_eptheme.settings } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html index d61ac2cd..1a4d1fe1 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Footer.html @@ -187,5 +187,8 @@ {totalRatings.jsonData->f:format.json()} - + + + +