From b63168b8b71d28409cb6f9fc2ec6e6f7b5611091 Mon Sep 17 00:00:00 2001 From: Benjamin Serfhos Date: Tue, 30 Oct 2018 09:59:20 +0100 Subject: [PATCH] [TASK] Remove unneeded pluginNamespace --- Configuration/TypoScript/setup.typoscript | 3 --- 1 file changed, 3 deletions(-) diff --git a/Configuration/TypoScript/setup.typoscript b/Configuration/TypoScript/setup.typoscript index 671a071..f3429ae 100644 --- a/Configuration/TypoScript/setup.typoscript +++ b/Configuration/TypoScript/setup.typoscript @@ -1,8 +1,5 @@ plugin.tx_searchcore { view { - # This sets the plugin namespace of all your plugins inside the extension to "tx_searchcore", - # making it possible to directly access search_core parameters in your controller: - pluginNamespace = tx_searchcore templateRootPaths.10 = {$plugin.tx_searchcore.view.templateRootPath} partialRootPaths.10 = {$plugin.tx_searchcore.view.partialRootPath} layoutRootPaths.10 = {$plugin.tx_searchcore.view.layoutRootPath}