10:28:21 <rosieres> is there a viewhelper for changing the html tag? or something similar except typoscript :-)
11:20:20 <rosieres> not found so far. Next question: is there a way to get the actual layout name?
11:47:09 <rosieres> {page.SYS_LASTCHANGED} seems not to work
11:56:58 <gbod> Hi, seems we're starting our first bigger project using fluidcontent_core in next week. Keep your fingers crossed. ;)
12:07:41 <rosieres> What is the correct syntax for something like this? -> {v:page.info(field: 'SYS_LASTCHANGED') -> {f:format.date(date: [mixed], format: 'd.m.Y') }
15:49:58 <batjony> guys, i have a custom content element, how can I disable rendering his header field in the frontend ?
15:51:18 <batjony> it always adds a wrapper head line tag like <div class="csc-header csc-header-n1 none"><h1 class="csc-firstHeader">Content element header</h1></div>
15:53:00 <batjony> if I dont fill anything in the header field in the backend - the header also does not appear, but I want to use always the header in the backend(i use it for some kind of notes) but skip it in the frontend
19:05:12 <NamelessCoder> no palettes possible in flexforms. It's a limitation of the FormEngine. If you do take a look in the class you can compare the flexform rendering method to the "root" TCA rendering. It uses a limited feature set; the key is that TCA is rendered with "showItems" which is where you set the palette name. There's no showItems or equivalent for flexforms.