We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
[TASK] Move registerPlugin to TCA/Overrides
22fd546
Per convention, registerPlugin and settting TCA directly should be in Configuration/TCA. Resolves: fabarea#71
8ce286c
Per convention, registerPlugin and settting TCA directly should be in Configuration/TCA. Resolves: #71
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: