mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 18:56:13 +02:00

[BUGFIX] Re-add the static TypoScript registration (#41)

The registration had accidentally been removed by some
previous changes.
This commit is contained in:
Oliver Klee 2019-12-07 19:42:02 +01:00 committed by Andreas Wolf
parent 15aa3c1cb1
commit 9d39ca01af
2 changed files with 5 additions and 0 deletions

View file

@ -46,6 +46,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Drop the dependency of `roave/security-advisories`
### Fixed
- Re-add the static TypoScript registration (#41)
- Keep the global namespace clean in `ext_localconf.php` (#40)
- Update the badge URLs in the README (#29, #22)
- Fix code inspection warnings

View file

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