[TYPO3-english] Nested anotation in Fluid for

Sergio Catalá scatala.enet at gmail.com
Fri Jun 28 17:46:44 CEST 2013


Hi,

I've checked it is not possible to nest this way with Fluid:

1.        <f:for each="{0: 'subtitles', 1: 'audio', 2: 'narration'}" 
as="helper">
2.            <div class="{helper}Help" style="display: none;">
3.  <f:format.html>{settings.{helper}Description}</f:format.html>
4.            </div>
5.        </f:for>

Is it my syntax wrong in line 3, or is it simply not possible to do this?

What would you recommend me in this case?

Thanks in advance,
Sergio


More information about the TYPO3-english mailing list