From d0fce3204ec71d7f949cbdbb1b21c012618e171c Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Wed, 20 Jul 2016 19:08:42 +0200 Subject: [PATCH] [TASK] Update view section in the typoscript to demonstate the override way --- Configuration/TypoScript/Frontend/setup.txt | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Configuration/TypoScript/Frontend/setup.txt b/Configuration/TypoScript/Frontend/setup.txt index 6ab4717..5d219fd 100644 --- a/Configuration/TypoScript/Frontend/setup.txt +++ b/Configuration/TypoScript/Frontend/setup.txt @@ -33,9 +33,20 @@ lib.mainContent.select.where = colPos=1 plugin.tx_sgnews { view { - templateRootPath = {$plugin.tx_sgnews.view.templateRootPath} - partialRootPath = {$plugin.tx_sgnews.view.partialRootPath} - layoutRootPath = {$plugin.tx_sgnews.view.layoutRootPath} + templateRootPaths { + 0 = {$plugin.tx_sgnews.view.templateRootPath} + 1 = + } + + partialRootPaths { + 0 = {$plugin.tx_sgnews.view.partialRootPath} + 1 = + } + + layoutRootPaths { + 0 = {$plugin.tx_sgnews.view.layoutRootPath} + 1 = + } } persistence { -- GitLab