mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 02:56:13 +02:00
tea/ext_localconf.php
2017-12-09 18:05:05 +01: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,show',
],
// non-cacheable actions
[
'Testimonial' => '',
]
);