diff --git a/Configuration/TypoScript/constants.typoscript b/Configuration/TypoScript/constants.typoscript index 7ff92db..136d4dd 100644 --- a/Configuration/TypoScript/constants.typoscript +++ b/Configuration/TypoScript/constants.typoscript @@ -1,10 +1,4 @@ plugin.tx_searchcore { - view { - templateRootPath = EXT:search_core/Resources/Private/Templates - partialRootPath = EXT:search_core/Resources/Private/Partials - layoutRootPath = EXT:search_core/Resources/Private/Layouts - } - settings { connections { elasticsearch { diff --git a/Configuration/TypoScript/setup.typoscript b/Configuration/TypoScript/setup.typoscript index 7ff8d29..dd31866 100644 --- a/Configuration/TypoScript/setup.typoscript +++ b/Configuration/TypoScript/setup.typoscript @@ -1,13 +1,5 @@ plugin.tx_searchcore { - view { - templateRootPaths.10 = {$plugin.tx_searchcore.view.templateRootPath} - partialRootPaths.10 = {$plugin.tx_searchcore.view.partialRootPath} - layoutRootPaths.10 = {$plugin.tx_searchcore.view.layoutRootPath} - } - settings { - searchOverview = {$plugin.tx_searchcore.settings.searchOverview} - connections { elasticsearch { host = {$plugin.tx_searchcore.settings.connections.elasticsearch.host}