Skip to content
Snippets Groups Projects
Commit 237f57b7 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Remove single view plugin

parent ebb8d824
No related branches found
No related tags found
1 merge request!8Feature upgrade to9 lts
...@@ -38,12 +38,6 @@ call_user_func( ...@@ -38,12 +38,6 @@ call_user_func(
'LLL:EXT:' . $extKey . '/Resources/Private/Language/locallang_backend.xlf:pageTypeTitlePluginLatest.news' '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( \TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
$extKey, $extKey,
'ListByCategory', 'ListByCategory',
......
...@@ -22,17 +22,6 @@ mod { ...@@ -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 { category {
iconIdentifier = sg_news-module iconIdentifier = sg_news-module
title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleListByCategoryPlugin title = LLL:EXT:sg_news/Resources/Private/Language/locallang_backend.xlf:titleListByCategoryPlugin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment