forked from visol-forks/ext-roq_newsevent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathext_localconf.php
More file actions
15 lines (12 loc) · 929 Bytes
/
ext_localconf.php
File metadata and controls
15 lines (12 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
if (!defined('TYPO3_MODE')) {
die ('Access denied.');
}
// Page module hook
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['list_type_Info']['news_pi1'][$_EXTKEY] =
'\\Roquin\\RoqNewsevent\\Hooks\\CmsLayout->getExtensionSummary';
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['switchableControllerActions']['newItems']['--div--'] = 'Events';
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['switchableControllerActions']['newItems']['News->eventList;News->eventDetail'] = 'List view';
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['switchableControllerActions']['newItems']['News->eventList'] = 'List view (without overloading detail view)';
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['switchableControllerActions']['newItems']['News->eventDetail'] = 'Detail view';
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['switchableControllerActions']['newItems']['News->eventDateMenu'] = 'Date menu';