mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 11:16:13 +02:00
tea/Configuration/TCA/Overrides/sys_template.php
Oliver Klee 9d39ca01af [BUGFIX] Re-add the static TypoScript registration (#41)
The registration had accidentally been removed by some
previous changes.
2019-12-07 19:42:02 +01:00

4 lines
164 B
PHP

<?php
defined('TYPO3_MODE') or die('Access denied.');
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('tea', 'Configuration/TypoScript', 'Tea');