From b1f50d1e81b774ba33b3b89a840326106100344d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Sun, 9 Feb 2020 13:44:12 +0100 Subject: [PATCH] Add missing typoscript include --- .../ext/ep_theme/Configuration/TypoScript/constants.typoscript | 1 + 1 file changed, 1 insertion(+) diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript index 9038288f..84af68e8 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/constants.typoscript @@ -172,3 +172,4 @@ plugin.tx_eptheme { @import "EXT:gridelements/Configuration/TypoScript/constants.typoscript" @import "EXT:pxa_social_feed/Configuration/TypoScript/constants.txt" @import "EXT:seo/Configuration/TypoScript/XmlSitemap/constants.typoscript" +@import "EXT:typo3_encore/Configuration/TypoScript/constants.typoscript"