From 2a98215a069892f200a9a1039d96c0b56c2eafa1 Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Wed, 20 Jul 2016 18:48:09 +0200 Subject: [PATCH] [TASK] Don't rely on our project_base for the mainContent typoscript --- Configuration/TypoScript/Frontend/setup.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration/TypoScript/Frontend/setup.txt b/Configuration/TypoScript/Frontend/setup.txt index 5897e0f..6ab4717 100644 --- a/Configuration/TypoScript/Frontend/setup.txt +++ b/Configuration/TypoScript/Frontend/setup.txt @@ -28,7 +28,8 @@ page.headerData { } # content rendering information for the single news view -lib.mainContent < styles.content.col1 +lib.mainContent < styles.content.get +lib.mainContent.select.where = colPos=1 plugin.tx_sgnews { view { -- GitLab