TYPO3 CMS extension for fetching a RSS / Atom Feed and display its content on the Frontend
12
stars
25
forks
source link
registerPlugin should be in EXT:my_extension/Configuration/TCA/Overrides/tt_content, not ext_tables.php #71
Closed
sypets closed 1 year ago
https://docs.typo3.org/m/typo3/book-extbasefluid/11.5/en-us/4-FirstExtension/7-configuring-the-plugin.html#registrating-the-plugin https://docs.typo3.org/m/typo3/reference-coreapi/11.5/en-us/ExtensionArchitecture/FileStructure/ExtTables.html
In general, TCA Configuration should be moved to Configuration/TCA because of better performance (is cached): https://stackoverflow.com/questions/55236507/extensions-change-tca-in-ext-tables-php-check-for-extensionmanagementutility-and
This is the case for TYPO3 >= v10.