TYPO3-Version
14.3.4
t3sbootstrap-Version
5.3.47
news 14.0.3
Classic (non-Composer) installation
What happened?
Extension Configuration → Advanced → "Extension news" has no effect. Even with it enabled and caches flushed, the "Template Layout" dropdown in the News content element stays empty — none of the BS5 templates (Grid Cards, Masonry, Detail view, etc.) show up as options.
Suggested fix (tested, works)
In Configuration/page.tsconfig:
# [loaded('extNews') === '1']
[t3sbootstrap('extNews') === '1']
@import 'EXT:t3sbootstrap/Resources/Private/Extensions/news/Configuration/TSconfig/templateLayouts.tsconfig'
[END]
Workaround
I added the same import with the updated condition to my own SitePackage's page.tsconfig.
Expected behavior
I can select one of the provided templates like in earlier versions, <= 5.3.40
TYPO3-Version
14.3.4
t3sbootstrap-Version
5.3.47
news 14.0.3
Classic (non-Composer) installation
What happened?
Extension Configuration → Advanced → "Extension news" has no effect. Even with it enabled and caches flushed, the "Template Layout" dropdown in the News content element stays empty — none of the BS5 templates (Grid Cards, Masonry, Detail view, etc.) show up as options.
Suggested fix (tested, works)
In Configuration/page.tsconfig:
Workaround
I added the same import with the updated condition to my own SitePackage's page.tsconfig.
Expected behavior
I can select one of the provided templates like in earlier versions, <= 5.3.40