mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[BUGFIX] Re-add the static TypoScript registration (#41)
The registration had accidentally been removed by some previous changes.
This commit is contained in:
parent
15aa3c1cb1
commit
9d39ca01af
2 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
- Drop the dependency of `roave/security-advisories`
|
- Drop the dependency of `roave/security-advisories`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Re-add the static TypoScript registration (#41)
|
||||||
- Keep the global namespace clean in `ext_localconf.php` (#40)
|
- Keep the global namespace clean in `ext_localconf.php` (#40)
|
||||||
- Update the badge URLs in the README (#29, #22)
|
- Update the badge URLs in the README (#29, #22)
|
||||||
- Fix code inspection warnings
|
- Fix code inspection warnings
|
||||||
|
|
4
Configuration/TCA/Overrides/sys_template.php
Normal file
4
Configuration/TCA/Overrides/sys_template.php
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<?php
|
||||||
|
defined('TYPO3_MODE') or die('Access denied.');
|
||||||
|
|
||||||
|
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('tea', 'Configuration/TypoScript', 'Tea');
|
Loading…
Reference in a new issue