11:19:47 <steffen-j> I have a question. When using the image-element from fluid content core, is there a way to define dimensions of the image and element margins like with the css_styled_content?
11:29:57 <j6s1> Quick input: at https://fluidtypo3.org/documentation/templating-manual/templating/using-variables/typoscript-variables.html under Solution -> 5 there is an unexpected codeblock started by the ` in won`t
12:38:23 <jmverges> hey folks, is there any way to manage Layouts? I mean I have a extension with 500 layouts, but I only want to be able to select between 10 in the current website
12:38:44 <jmverges> could you be interested in this feature? or is something that could be done and I don't know how?
12:39:39 <jmverges> I think that a few lines in PageLayoutSelector.php could do this
14:30:46 <rosieres> Anyone with extbase foo? -> anyone an Idea how to override a class in ext:form without opening a can? The /Classes/View/Form/Additional/ErrorAdditionalElementView.php holds the layout for a field. Which is not the smartest idea. I want to change that wrap and some others, without breaking anything on next update and without own extension.
14:32:37 <Nurbs> Hi! I am following the video "Fluid Powered TYPO3 From Scratch". builder created a page template with "<flux:form id="fluidpage" options="{icon: 'Icons/Page/Standard.gif'}">" and placed an icon in Resources/Public/Icons/Page, but its not showing in the backend because a link to http://mysite/typo3/Icons/Page/Standard.gif is being generated. Do I need another syntax?
20:42:37 <JustAPoring_> Is there a way to pass a viewhelper used in inline notation (like {v:foo(a:b)} ) something that it will treat like child elements?