admin管理员组文章数量:1430533
I have a sitepackage that uses some modifications for bootstrap package that are properly loaded. However, any modifications to the news extension won't load from my sitepackage. Typo3 keeps loading the original files from the news extension. The files are defined in the constants.typoscript resp. in setup.typoscript of my sitepackage.
In TSOB, the configuration looks like expected and in accordance with the tutorials:
[view]
[layoutRootPaths]
[0] = EXT:news/Resources/Private/Layouts/
[10] = EXT:mysitepackage/Resources/Private/Layouts/
[20] = EXT:mysitepackage/Resources/Private/Layouts/
[partialRootPaths]
[0] = EXT:news/Resources/Private/Partials/
[10] = EXT:mysitepackage/Resources/Private/Partials/
[20] = EXT:mysitepackage/Resources/Private/Partials/
[templateRootPaths]
[0] = EXT:news/Resources/Private/Templates/
[10] = EXT:mysitepackage/Resources/Private/Templates/
[20] = EXT:mysitepackage/Resources/Private/Templates/
Another reference that is definitely not overrided is the link to css file.
[settings]
[cssFile] = EXT:news/Resources/Public/Css/news-basic.css
Should be mysitepackage/Resources/Public/Css/news-mods.css, which is defined in the constants.typoscript of my sitepackage.
I just found one working file so far and that is the mysitepackage/Resources/Private/Language/News/locallang.xlf in my sitepackage: any modifications to this one are properly displayed.
Has anyone experienced a similar situation with the news extension?
本文标签:
版权声明:本文标题:typo3 11.x - layoutspartialstemplatescss files not being loaded from sitepackage extension instead of tx-news original files - S 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745557975a2663300.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论