feat: enable chatbot for main website only

This commit is contained in:
Björn Fromme
2025-11-13 16:49:55 +01:00
parent c4e7771582
commit ba3ebe0bb3
2 changed files with 8 additions and 1 deletions
@@ -142,6 +142,10 @@ page {
titleField = title
as = footernav
}
80 = TYPO3\CMS\Frontend\DataProcessing\SiteProcessor
80 {
as = site
}
}
settings < plugin.tx_eptheme.settings
}
@@ -187,5 +187,8 @@
<f:format.raw>{totalRatings.jsonData->f:format.json()}</f:format.raw>
</script>
<f:render partial="Chatbot" arguments="{_all}"/>
<f:if condition="{site.identifier} == 'ep-reisen'">
<f:render partial="Chatbot" arguments="{_all}"/>
</f:if>
</html>