lisardo
lisardo

Reputation: 1454

News: Single-view page in category does not work

TYPO3 9.5, news 7.1: i defined in the news categories pages with news plugins for the single views. The list view contains many categories and the single news should show up on the different pages which are defined in the categories. But this does not work: all news are shown on the page which is defined in the flexform of the list plugin. The categories does not overwrite the entry in the flexform.

What did i miss?

Upvotes: 0

Views: 244

Answers (1)

Georg Ringer
Georg Ringer

Reputation: 7939

Checkout the default typoscript detailPidDetermination = flexform, categories, default

This defines the order, change it and set categories first

Upvotes: 1

Related Questions