13:25:30 <benjamin_654> I just updated fedext extensions to HEAD of development and got the error: "Could not analyse class …. Var/Set/ViewHelper .." (In the backend, i used this vh in the preview section). I did clear all caches multiple times. The only way to get it working was to rename var -> variable. Is this a bug?
13:27:17 <pedda> if this is the viewhelper you're using: https://github.com/FluidTYPO3/vhs/blob/development/Classes/ViewHelpers/Variable/SetViewHelper.php
13:27:19 <benjamin_654> i know the commits, but i thought it should be backwards compatible
13:27:46 <pedda> your code should contain sth. like: {v:variable.set(name:
17:31:14 <erredeco> ┐( ˘_˘)┌ I found a very ugly and unsatisfying way to do what I wanted
19:26:37 <ewokhias> Good evening everyone! I'm new to Fluid powered Typo3 and would like to ask how displaying a FAL-image is done. (flux: 7.0.0; vhs: 1.9.1; fluidcontent: 4.0.0)
19:27:22 <ewokhias> In the configuration-section I have a fal-field like "<flux:field.inline.fal name="photo" />"
19:28:12 <ewokhias> And my suggestion was "<f:image src="{photo}" width="85c" height="85c" alt="" treatIdAsReference="1" />"