diff --git a/Configuration/TCA/Overrides/tt_content.php b/Configuration/TCA/Overrides/tt_content.php index b3136f6087f8f7dec4ae3f4284fd7c8e91956cea..324ce830397d469e462cf4a21600fc51f8544dd1 100644 --- a/Configuration/TCA/Overrides/tt_content.php +++ b/Configuration/TCA/Overrides/tt_content.php @@ -38,12 +38,6 @@ call_user_func( 'LLL:EXT:' . $extKey . '/Resources/Private/Language/locallang_backend.xlf:pageTypeTitlePluginLatest.news' ); - \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( - $extKey, - 'SingleView', - 'LLL:EXT:' . $extKey . '/Resources/Private/Language/locallang_backend.xlf:pageTypeTitlePluginSingle.news' - ); - \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin( $extKey, 'ListByCategory', diff --git a/Configuration/TsConfig/Page/NewContentElementWizard.tsconfig b/Configuration/TsConfig/Page/NewContentElementWizard.tsconfig index 16919383d136bbe83ea0fbd605bc37747fb93898..03d1198f7e89038a21ea8cf8f46a355d2ea82206 100644 --- a/Configuration/TsConfig/Page/NewContentElementWizard.tsconfig +++ b/Configuration/TsConfig/Page/NewContentElementWizard.tsconfig @@ -22,17 +22,6 @@ mod { } } - single { - iconIdentifier = sg_news-module - title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleSingleViewPlugin - description = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:descriptionSingleViewPlugin - tt_content_defValues { - CType = list - list_type = sgnews_singleview - - } - } - category { iconIdentifier = sg_news-module title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleListByCategoryPlugin