Skip to content
Snippets Groups Projects
Commit 280bee51 authored by axelbraunschweiger's avatar axelbraunschweiger
Browse files

Implement news plugin

parent b3c6db69
No related branches found
No related tags found
2 merge requests!11Feature add sg news plugin,!9Feature add sg news plugin
mod {
wizards.newContentElement.wizardItems.news {
header = LLL:EXT:sg_news/Resources/Private/Language/locallang.xlf:backend.licenceBannerTitle
elements {
overview {
title = LLL:EXT:sg_news/Resources/Private/Language/locallang.xlf:backend.licenceBannerTitle
description = LLL:EXT:sg_news/Resources/Private/Language/locallang.xlf:backend.licenceBannerTitle
tt_content_defValues {
CType = list
list_type = sgnews_overview
}
}
}
show = *
}
}
\ No newline at end of file
......@@ -104,3 +104,8 @@ $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeade
// register command controllers
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['extbase']['commandControllers'][] =
'SGalinski\SgNews\Command\MigrateNewsCommandController';
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
'<INCLUDE_TYPOSCRIPT: source="FILE:EXT:sg_news/Configuration/PageTS/NewContentElementWizard.ts">'
);
\ No newline at end of file
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