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


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an