diff --git a/Configuration/TCA/tt_news.php b/Configuration/TCA/tt_news.php index 7583d57..b865ef1 100644 --- a/Configuration/TCA/tt_news.php +++ b/Configuration/TCA/tt_news.php @@ -1,5 +1,6 @@ 'tree', 'treeConfig' => [ // @todo: fix for TYPO3 v12 - // 'dataProvider' => NewsDatabaseTreeDataProvider::class, + 'dataProvider' => NewsDatabaseTreeDataProvider::class, 'parentField' => 'parent_category', 'appearance' => [ 'showHeader' => true,