Skip to content

Commit

Permalink
Remove TCA modifications from ext_tables.php
Browse files Browse the repository at this point in the history
.. this makes the "Check TCA in ext_tables.php" upgrade wizard happy
  • Loading branch information
cweiske committed Jan 24, 2022
1 parent 634aeef commit ff09df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@
defined('TYPO3_MODE') or die ('Access denied.');

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addStaticFile('test_provider_extension', 'Configuration/TypoScript', 'My provider extension');

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin('FluidTYPO3.TestProviderExtension', 'Test', 'Test plugin');
4 changes: 4 additions & 0 deletions Configuration/TCA/Overrides/tt_content.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
defined('TYPO3_MODE') or die ('Access denied.');

\TYPO3\CMS\Extbase\Utility\ExtensionUtility::registerPlugin('FluidTYPO3.TestProviderExtension', 'Test', 'Test plugin');

0 comments on commit ff09df6

Please sign in to comment.