[TYPO3-german] FLUIDTEMPLATE TS aus eigener Extention überschreiben
Oliver Krammer
o.k at i-kiu.at
Mon Feb 23 17:42:38 CET 2015
Hi Leute,
Ich möchte aus einer ext. heraus ein Bild neu setzen welches zuvor per
FLUIDTEMPLATE und styles.content.get gesetz wurde.
Ich hole mir das TS per $configuration =
$this->configurationManager->getConfiguration(Tx_Extbase_Configuration_ConfigurationManagerInterface::CONFIGURATION_TYPE_FRAMEWORK);
und möchte ein FLUIDTEMPLATE dann überschreiben.
Das ganze Setze ich per php Array zb.
$configuration['page.']['10.']['variables.']['headerImage.'] = 'teeeesssst';
Aber es passiert nix.
Das TS dazu
page {
10 = FLUIDTEMPLATE
10 {
# Variables in templates
variables {
# MÖCHTE ICH ÜBERSCHREIBEN
headerImage < styles.content.get
headerImage.select.where = colPos=100
headerImage.slide = -1
}
}
Hat jemande eine Idee oder eine Ext. wo ich nachsehen kann ?
--
Mit lieben Grüßen,
Oliver
More information about the TYPO3-german
mailing list