webdevops / TYPO3-metaseo

TYPO3 MetaSEO Extension
https://typo3.org/extensions/repository/view/metaseo
GNU General Public License v3.0
38 stars 24 forks source link

Move addStaticFile to TCA/Overrides/sys_template.php #471

Closed mediaessenz closed 7 years ago

mediaessenz commented 7 years ago

According to API documentation,

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile() must go into file Configuration/TCA/Overrides/sys_template.php to benefit from TCA caching. That's not working via ext_tables, according to documentation:

Call this method to add an entry in the static template list found in sys_templates FOR USE IN ext_tables.php FILES or in Configuration/TCA/Overrides/sys_template.php Use the latter to benefit from TCA caching!

Follow-Up to #423