[Flow] resource ext, may i check within fluid

Bastian Waidelich bastian at typo3.org
Sat Aug 30 16:39:10 CEST 2014


mario chiari wrote:

Hi Mario,

> <f:if condition="{0: file.fileExtension} == {0: 'pdf'}">

You won't need that array-work-around any longer
<f:if condition="{file.fileExtension == 'pdf'}">
should do.


-- 
Bastian Waidelich


More information about the Flow mailing list