feat: enable chatbot for main website only
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user