05:13:06 <fmo> Hello. What is the best way to add/change/remove fields from the Configuration section of an existing template ?
05:13:16 <fmo> For example, in the extension fluidcontent_youtube, how to add new fields related to the video ?
05:13:33 <fmo> For the moment, I changed the template path and use my own template, but I guess it's not a good solution.
05:14:13 <fmo> I'd like to know if there is some kind of inheritance and solutions to add new fields and keep the existing ones
10:11:29 <jost> In EXT:vhs why does the "v:iterator.sort"-ViewHelper sort by *key*, not by value?
10:12:33 <SvenDeKa> hi folks, I have a little pain with v:render template when using a f:form inside of the included template.
10:13:35 <SvenDeKa> it is that the _refferer-Parameters stay empty and therefore run into an error in 6.2
10:14:12 <SvenDeKa> (Could not analyse class:TYPO3\\Controller\StandardController)
10:14:47 <SvenDeKa> is there a way to make the included template aware who/what called it?
10:17:19 <SvenDeKa> I use v:render inside of an extension like this: <v:render.template file="fileadmin/furtherPath/template.html" variables="{_all}"/>
10:22:00 <NamelessCoder> SvenDeKa f:form requires a proper controller context and request - you may want to try https://fluidtypo3.org/viewhelpers/vhs/master/Render/RequestViewHelper.html if you are trying to call an Extbase controller
10:26:09 <SvenDeKa> @NamelessCoder, that sound very much like it. ill try. THX!
10:41:48 <SvenDeKa> sweet! thanks to all developers of that nice flux- and vhs-stuff! Rock on!
11:11:09 <wagner51|32389> hi all. Do you know how to chain a VHS uri.request with a VHS format.url.encode ?