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

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an