From d048af46e91d13f6a5aca06bc84df13df8746a47 Mon Sep 17 00:00:00 2001 From: Peter Soots Date: Wed, 17 Sep 2014 10:43:10 -0700 Subject: [PATCH] [FEATURE] Updating typoscript view configuration to use the new 6.2 way. --- Configuration/TypoScript/setup.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Configuration/TypoScript/setup.txt b/Configuration/TypoScript/setup.txt index 99d9b23..bd1b124 100755 --- a/Configuration/TypoScript/setup.txt +++ b/Configuration/TypoScript/setup.txt @@ -1,9 +1,15 @@ plugin.tx_cicregister { vendorName = CIC view { - templateRootPath = {$plugin.tx_cicregister.view.templateRootPath} - partialRootPath = {$plugin.tx_cicregister.view.partialRootPath} - layoutRootPath = {$plugin.tx_cicregister.view.layoutRootPath} + templateRootPaths { + 10 = {$plugin.tx_cicregister.view.templateRootPath} + } + partialRootPaths { + 10 = {$plugin.tx_cicregister.view.partialRootPath} + } + layoutRootPaths { + 10 = {$plugin.tx_cicregister.view.layoutRootPath} + } } settings { views {