alexanderschnitzler/fluid-styled-responsive-images

8LTS: Don't touch TCA in ext_tables.php

Closed this issue · 1 comments

TCA changes within ext_tables.php can be moved to Configuration/TCA since core 6.2

Please update:

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile(
'fluid_styled_responsive_images',
'Configuration/TypoScript',
'Fluid Styled Responsive Images'
);

has to go to /Configuration/TCA/Overrides/sys_template.php

Can you do a pull request for that?