From 11bb3d67f6a575e36534277779f1437cf0e90203 Mon Sep 17 00:00:00 2001 From: prdt3e Date: Mon, 12 Jun 2017 23:51:59 +0200 Subject: [PATCH] Typo3 8 wrap frame-type-textmedia You habe Header and wrap. Example Config: tt_content.gridelements_pi1.variables.content.10.setup{ # ID des Gridelements 6 < lib.gridelements.defaultGridSetup 6 { # FLUIDTEMPLATE konfigurieren cObject = FLUIDTEMPLATE cObject { file = {$filepaths.extensiontemplates}gridelements/30_30_30.html } } } --- Configuration/TypoScript/setup.ts | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Configuration/TypoScript/setup.ts b/Configuration/TypoScript/setup.ts index 8a43333..a383861 100644 --- a/Configuration/TypoScript/setup.ts +++ b/Configuration/TypoScript/setup.ts @@ -57,20 +57,22 @@ tt_content.shortcut { } plugin.tx_gridelements_pi1 > +# for typo3 8 tt_content.gridelements_pi1 > -tt_content.gridelements_pi1 = COA +tt_content.gridelements_pi1 =< lib.contentElement tt_content.gridelements_pi1 { - #10 =< lib.stdheader - 20 = COA - 20 { - 10 = USER - 10 { - userFunc = GridElementsTeam\Gridelements\Plugin\Gridelements->main - setup { - default < lib.gridelements.defaultGridSetup - } - } - } + templateName = Generic + variables { + content = COA + content { + 10 = USER + 10 { + userFunc = GridElementsTeam\Gridelements\Plugin\Gridelements->main + setup { + default < lib.gridelements.defaultGridSetup + } + } + } + } } - -tt_content.gridelements_view < tt_content.gridelements_pi1 +lib.gridelements.defaultGridSetup.cObject =< lib.contentElement