diff --git a/Configuration/TypoScript/Frontend/setup.txt b/Configuration/TypoScript/Frontend/setup.txt
index 6ab4717798c471ad99a7aa5634109911402625be..5d219fdd87de6f5573a19b4295b0bf6f2b067d43 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 {