[TYPO3-german] fluid_styled_content Partials überschreiben in TYPO3 8.7

Christian Rieke rieke at co-operate.net
Sat Dec 16 23:54:05 CET 2017


Moin liebes Forum,
ich scheitere an einem simplen Problem und hab' offenbar Tomaten auf den Augen. Funktionierender Code in TYPO3 7.6:

lib.fluidContent {
  templateRootPaths.0 = template/fluid_styled_content/Resources/Private/Templates/
  partialRootPaths.0 = template/fluid_styled_content/Resources/Private/Partials/
  layoutRootPaths.0 = template/fluid_styled_content/Resources/Private/Layouts/
}

Ich überschreibe hier testweise "hart" (.0) den Pfad zu den Templates, Partials und Layouts von FSC. Tatsächlich liegt im neuen Pfad lediglich eine 1:1-Kopie von sysext/fluid_styled_content/Resources/ 

Der(fast)selbe Code funktioniert NICHT in TYPO3 8.7.9: 

lib.contentElement {
  templateRootPaths.0 = template/fluid_styled_content/Resources/Private/Templates/
  partialRootPaths.0 = template/fluid_styled_content/Resources/Private/Partials/
  layoutRootPaths.0 = template/fluid_styled_content/Resources/Private/Layouts/
}

Und ja, im neuen Pfad liegen natürlich die neuen Resources der 8.7.9. Woran also liegt's, dass TYPO3 7.6 die Pfade versteht, TYPO3 8.7.9 aber nicht? 


More information about the TYPO3-german mailing list