[TYPO3-english] Re: template partials

ian excedo ian at webian.it
Thu Sep 4 19:31:30 CEST 2014


Hi Xavier,
am I right to say that this fallback doesn't work if Fluid is called by typoscript?

I am asking cause I tryed to overwrite a partial of EXT:bootstrap_package with this typoscript:

page {
    10 = FLUIDTEMPLATE
    10 {
        partialRootPath >
        partialRootPaths {
            10 = EXT:bootstrap_package/Resources/Private/Partials/Page/
            20 = EXT:iandefault/Resources/Private/Partials/Page/
            30 = EXT:ianlocal/Resources/Private/Partials/Page/
        }
}

this produce a FE error:
Partial root path "typo3conf/ext/bootstrap_package/Resources/Private/Templates/Page/Partials" does not exist

It looks like that the overwrite feature is implemented only in class TemplateView and not in class StandaloneView.
But I can be wrong cause I'm new to Extbase/Fluid.


More information about the TYPO3-english mailing list