05:54:47 <dracol> if I have a content like "<flux:form.content name="content" />"
05:55:18 <dracol> how can i check if exist any content insert into
05:56:38 <dracol> fro prevent render if an user insert a content element without any element...
06:37:34 <bjo3rn> dracol you can use v:content.get fx to check if there are any content elements in that column.
06:38:19 <bjo3rn> something like <f:if condition="{v:content.get(column: 0) -> f:count()}"></f:if>
06:50:10 <pedda> aah .. you guys use f:count() ... i was fooling around with f:if condition="{v:content.render(column: 1)} !== ' '" which obviously is very ugly kinda ;)
07:58:09 <dracol> but i have the name "content" instead of number of column
09:02:43 <benjamin_654> Kalypso63: what you try to do with variable.set is pretty good described in the doc: https://fluidtypo3.org/viewhelpers/vhs/development/Variable/SetViewHelper.html
16:16:45 <hirnschmalz> Hi there, since the last update of the FluidTYPO3 extensions I've strange problems. I've two extensions one provide a page template and the other one provide some special content elements. If I try to insert the custom content element I get the error "#1225709595: Template could not be loaded. I tried..."