Update to TYPO3 8.7 LTS
This commit is contained in:
@@ -2,25 +2,7 @@
|
||||
|
||||
defined('TYPO3_MODE') or die();
|
||||
|
||||
call_user_func(function() {
|
||||
|
||||
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
|
||||
'ep_events',
|
||||
'Configuration/TypoScript',
|
||||
'EP Events'
|
||||
);
|
||||
|
||||
// Add category page type
|
||||
$GLOBALS['PAGES_TYPES'][\EP\EpEvents\Constants::PAGETYPE_CATEGORY] = [
|
||||
'type' => 'web',
|
||||
'allowedTables' => '*',
|
||||
];
|
||||
|
||||
// Add offer page type
|
||||
$GLOBALS['PAGES_TYPES'][\EP\EpEvents\Constants::PAGETYPE_OFFER] = [
|
||||
'type' => 'web',
|
||||
'allowedTables' => '*',
|
||||
];
|
||||
call_user_func(function () {
|
||||
|
||||
// Register icons
|
||||
$icons = [
|
||||
@@ -36,52 +18,4 @@ call_user_func(function() {
|
||||
);
|
||||
}
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'OfferTeasers',
|
||||
'EP Events: Reisebeispiele Slider'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'Testimonials',
|
||||
'EP Events: Testimonials Slider'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'Contacts',
|
||||
'EP Events: Team'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'ActivityTeasers',
|
||||
'EP Events: Programmpunkte Slider'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'ActivityDetail',
|
||||
'EP Events: Programmpunkt Detail'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'ContactForm',
|
||||
'EP Events: Kontaktformular'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'Configurator',
|
||||
'EP Events: Anfragurator'
|
||||
);
|
||||
|
||||
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin(
|
||||
'EP.EpEvents',
|
||||
'SearchResult',
|
||||
'EP Events: Suchergebnis'
|
||||
);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user