[TYPO3-mvc] how i can get settings in partials
Ralf-Rene Schröder
ralf.rene at online.de
Tue Apr 17 12:29:19 CEST 2012
sorry for such a basic question...
in my typoscript i have
20 = FLUIDTEMPLATE
20 {
settings {
style = TEXT
style.value = {$my.const.style}
}
variables {
style = TEXT
style.value = {$my.const.style}
}
}
to push the variable inside my partials i can use (this works)
<f:render partial="Cont" arguments="{style:style}" />
but how is the way to do it with settings, i tried (this dosn't work)
<f:render partial="Cont" arguments="{settings.style:settings.style}" />
--
image[FORMAT] - Ralf-René Schröder
http://image-format.eu ... Wir geben Ihrem Image das richtige Format
http://if-20.com ... YAML templates for TYPO3
More information about the TYPO3-project-typo3v4mvc
mailing list