From 12c3623dff824ea675fec3bea173d45bf1a31a92 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sat, 29 Dec 2018 18:08:00 +0100 Subject: [PATCH] TASK: Cleanup TypoScript Do not provide unnecessary Constants or Setup. Fluid paths are there out of the box and integrators have all freedom without the provided constants. --- Configuration/TypoScript/constants.typoscript | 6 ------ Configuration/TypoScript/setup.typoscript | 8 -------- 2 files changed, 14 deletions(-) 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}