Skip to content

[Bug]: No BS5 news templates available #512

Description

@at-ac

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions