mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 01:56:12 +02:00
tea/ext_localconf.php
2016-05-07 21:56:27 +02:00

15 lines
302 B
PHP

<?php
defined('TYPO3_MODE') or die('Access denied.');
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'OliverKlee.' . $_EXTKEY,
'Tea',
// all actions
[
'Testimonial' => 'index',
],
// non-cacheable actions
[
'Testimonial' => 'index',
]
);