[TYPO3-english] Ext:news Templates fallback

Fabien Berger fabien.berger at medialight.com
Wed Nov 5 07:17:19 CET 2014


I'm getting confused with this article about the templating section of news extension.
It says this config is supposed to do the fallback but clearly it doesnt.

plugin.tx_news {
    view {
        templateRootPaths {
            0 = EXT:news/Resources/Private/Templates/
            1 = EXT:themeadir/Resources/Private/Ext/News/Templates/
        }
        partialRootPaths {
            0 = EXT:news/Resources/Private/Partials/
            1 = EXT:themeadir/Resources/Private/Ext/News/Partials/
        }
        layoutRootPaths {
            0 = EXT:news/Resources/Private/Layouts/
            1 = EXT:themeadir/Resources/Private/Ext/News/Layouts/
        }
    }
}

Also there is a notice "Nice to know: Since TYPO3 6.2 it is possible to just override a single template file. Multiple fallbacks can be defined which makes it far easier to customize the templates.", but no how to documentation seems available.

I work on typo3 6.2.6


More information about the TYPO3-english mailing list