I use the TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
to access FAL Images
dataProcessing {
20 = TYPO3\CMS\Frontend\DataProcessing\FilesProcessor
20 {
references.fieldName = image
as = images
}
}
the use of<f:uri.image image="{images.0}" />
works fine but {f:uri.image(image:'{images.0}')}
or {f:uri.image(image:images.0)}
gives me a FE Error:
#1: PHP Warning: htmlspecialchars() expects parameter 1 to be string, object given in typo3_cms8/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/EscapingNode.php line 41
Info: in 7.LTS the code works