11:30:55 <fger> hi guys, is any of you using the latest flux dev-branch ?
11:30:59 <Guest|81371> Hey, how could I nest view helpers inline? I try to do something like:{v:format.case(string: '{v:format.eliminate(content:{offer.company.name}, whitespace:1)}', case: 'lower')}
11:51:04 <volk0r> i have a short question. is it possible to build a fce, where a part of that fce is a reference to another content element? like the typo standard funcionality "insert record"?
11:51:27 <fger> mrboe yes we use that syntax, but that works with 7.0.0 also
11:51:48 <fger> mrboe: i tried fluidcontent_bootstrap jumbotron with 7.1.0 and 4.1.0 -> no output
11:52:13 <mrboe> i dont know if fluidcontent_bootstrap is working
12:02:31 <fger> also with the new structure and the latest alert.html element from the bootstraptheme copied to my provider extension and executed with flux 7.1.0 and fluidcontent 4.1.0
12:11:24 <volk0r> i want to add a "new record" inside a FCE. like the "special element" > "insert record"
12:12:08 <volk0r> i have a row in the design, left side is normal content, like text, images and so on, right side is the sidebar, but i want to give the redakteur the ability to add an existing content element there.
12:12:41 <mrboe> you could do that for example with the wizard where you select the record and render that in the FE with content render uid
12:14:14 <volk0r> yeah. but wich wizard i have to use? the flux:wizard.add?
12:14:38 <volk0r> i tried it already, but then the backend told me, a misconfig... ;(
12:16:10 <mrboe> and why you dont create a reference in that colum?
13:39:16 <fger> volk0r: wizard ? you can simply add 1-n contentelement in the page-view in backend into the fluid content column
13:40:02 <fger> Denyerec: it works, but the localization/copy&paste bugs in backend with FCEs are only fixed in latest flux-dev-branch
13:40:32 <Denyerec> Thanks for the update fger - any new builds will be on the latest branches anyway so that's not too much of a problem
17:14:56 <dkn64738> https://gist.github.com/danielkuehni/dba1c9b508c834783885 there is a short example of what is broken after my upgrade to flux 7.1.0, maybe someone got the same issues
19:30:21 <Torstenn> Hi there, i'm playing around with flux and fluidcontent, if i copy an element with nested elements, the parent field isn't copied by typo3, i figured out that it is because the TCA type for this field is set to "none", can some explain me why it's none?