12:27:37 <NamelessCoder> not completely true btw, f:if does support something like "{a} OR {b}" but you cannot make any sort of complex statement in {a} or {b}, only hard values or straight variable references - no viewhelpers
12:28:17 <NamelessCoder> I think... I seem to recall seeing ||, OR, && and AND as valid comparators, but that could be wrong. Better check....
12:44:06 <Xatenev> have to fix something in a different project fast cause fatal error :o^^
12:44:12 <NamelessCoder> if it fails because of two segments...
12:45:07 <NamelessCoder> use f:alias and map a new variable, giving it the content '{content_text}{content_image}' and use the new variable in the condition
12:45:32 <NamelessCoder> I know for sure that a single variable is cast as boolean, some doubt wether or not two variables will be cast to string then cast to boolean
12:47:18 <Xatenev> just realized my backend layouts arent even working on the testserver
12:59:30 <Xatenev> when you scroll down in this link https://jweiland.net/typo3/allgemeines/backendlayout-einsetzen.html to "Backendlayout mit Frontend verknüpfen"
12:59:33 <NamelessCoder> it was supposed to mean "are you crazy?"
15:07:33 <mloew> I could use some help with the v:uri.typolink
15:13:17 <rosieres> mloew: Isn't the documentation sufficent on that?
16:20:42 <Bryder> Hi. I'm having a bit of an issue with a flux tree. In the tree I see the record uid instead of the record title. I have following conf: <flux:field.tree name="category" label="Category selector" default="NULL" required="1" size="10" multiple="1" minItems="1" maxItems="123" table="sys_category" parentField="parent" expandAll="1" nonSelectableLevels="0" maxLevels="123" width="123" />
16:21:08 <Bryder> Any idea why I see the UID and not the name?
16:27:05 <Bryder> foreignLabel was missing. Got it working'
16:41:15 <mloew> rosieres: actually, I can't really get my head around the documentation...
17:36:54 <Barbecue> Hej there! Is it possible to check if the current site is a subsite of a specified one? Something like "this.isSubsiteOfId(123)" ;)