[TYPO3-german] Template LEFT CONTENT wird nicht ausgegeben.

Noon Fischer n00nDeCologne at outlook.com
Sun Jul 16 21:38:11 CEST 2017


Funktioniert, .. zum Teil. Aber die anderen Content Elemente bekomm ich auch hier nicht raus. 

variables {
    content < styles.content.get
    contentRight < styles.content.getRight
    #variables are nothing but Typoscript-Objects    
    sometext = TEXT
    sometext.value = Here's some text.
  }

Im HTML 
<h1>{sometext}</h1>
<div class="container">
    <f:format.raw>{content}</f:format.raw>
</div>
<div class="container">
    <f:if condition="{contentRight}">
        <aside class="contentRight">{contentRight->f:format.raw()}</aside>
    </f:if>
</div>

Gibt mir nur ein Hauptelement aus, nicht aber was im Content Right steht. 
Ist das nun in 8.0 nicht mehr verwendbar?
>>   contentRight < styles.content.getRight




More information about the TYPO3-german mailing list