14:19:04 <anhadikal> I have problem with inheritance of Flux. I have a section with object within. Now my Page has 4 Objects in the section added in Backend. if an subpage only adds one object, the other 3 are inherited. how to prevent this? I want only inherit of no objects are added and if more than one is added, than it should inherit from parent
14:32:14 <anhadikal> @NamelessCoder I have problem with inheritance of Flux. I have a section with object within. Now my Page has 4 Objects in the section added in Backend. if an subpage only adds one object, the other 3 are inherited. how to prevent this? I want only inherit of no objects are added and if more than one is added, than it should inherit from parent
14:32:24 <mrboe> @anhadikal if i undestand right you can use the "inherit" option of the fields
14:44:13 <anhadikal> but the flexform is not copied in database level
14:48:06 <anhadikal> so how to prevent to merge the flexform of current page with the one from parent page. and inherit/merge only if flexform-sheet is empty?
16:21:37 <GNi33> this may seem like a stupid question, but what's a good way to create your own fluid pages template?
16:28:56 <xaver> i need to implement a "complex" menu and i get an error in my v:if.condition.extend - my code http://nopaste.chaoz-irc.net/view/a0e8ed7e
16:36:54 <xaver> bjo3rn: do yiu have any idears. You did the last commits on it
16:36:54 <xaver> #1244234398: Comparator "&&" is not implemented.
16:39:55 <Tjark> GNi33 look into https://github.com/FluidTYPO3/fluidpages_bootstrap.
16:40:28 <GNi33> yeah, got it working, kind of at least
16:41:03 <GNi33> now I just have to figure out, how I can still show my menus with this new layout :/
16:42:19 <Tjark> do you have ext:vhs already running ?
16:49:04 <GNi33> where is the code that gets rendered here?
16:49:04 <GNi33> there's a "SharedResources" - partial in the PageObjects, but I'm pretty sure this is not that, right?
16:52:44 <NamelessCoder> GNi33 when there is no "partial" in the f:render statement, the section is 1) in the same template if it is a partial or template file, or 2) in the template file assocated with the current controller file, if the statement is in a layout file
16:53:05 <NamelessCoder> look for f:section name="Resources" in the same file first ;)
16:55:18 <NamelessCoder> by the way this is only a suggested strategy - there are many ways to include resources, also using just TS if you prefer that
17:00:34 <xaver> this works {v:var.set(name: 'realTrue',value: '1')} {v:var.set(name: 'realFalse',value: '0')}