10:20:15 <Sergey> But in 7.x that class was removed ? Is there any replacement ?
10:33:04 <drlimbo> another question cweiske you can help me maybe
10:33:27 <drlimbo> if have a TypoScript var like settings.template_colors.blue
10:33:44 <drlimbo> and in the template, i'd like to use a variable to get the typoscript value
10:34:21 <drlimbo> something like that: {settings.template_colors.{TemplateColor}} when {TemplateColor} is blue to access {settings.template_colors.blue}
10:36:42 <cweiske> did you try to nest a f:cObject into your variable name?
10:38:22 <drlimbo> im not sure i understand you correctly, i just tried {v:variable.typoscript(path: 'settings.template_colors.{TemplateColor}') -> f:debug()}
10:39:11 <cweiske> but settings.template_colors.* is a flux variable, rigth?
10:40:33 <drlimbo> im setting plugin.tx_EXTNAME.settings.template_colors.blue in Typoscript, so i can access settings.template_colors.blue in Fluid after
12:04:47 <wag51> Hi. I'm using flux 7.2.0 on TYPO3 6.2.x and I would like to create a flexible content with an introduction content area + a section in which I could put several content areas
12:05:41 <wag51> I created the flux:form.section but I don't know what to put in it: I tried a flux:form.object with a flux:form.content inside but it makes an error
12:16:36 <wag51> If I make a flux:form.section > flux:form.object > flux:grid > flux:grid.row > flux:grid.column it makes this error: Illegal string offset 'el'