Skip to content

Commit

Permalink
fix: deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
aoekrz committed Oct 11, 2024
1 parent 51d47b4 commit 7520f26
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
use TYPO3\CMS\Core\Imaging\IconFactory;
use TYPO3\CMS\Core\Imaging\IconRegistry;
use TYPO3\CMS\Core\Imaging\IconProvider\BitmapIconProvider;
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;

defined('TYPO3') or die();

ExtensionManagementUtility::allowTableOnStandardPages('tx_featureflag_domain_model_featureflag');
ExtensionManagementUtility::allowTableOnStandardPages('tx_featureflag_domain_model_mapping');
$GLOBALS['TCA']['tx_featureflag_domain_model_featureflag']['ctrl']['security']['ignorePageTypeRestriction'] = true;
$GLOBALS['TCA']['tx_featureflag_domain_model_mapping']['ctrl']['security']['ignorePageTypeRestriction'] = true;

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processDatamapClass'][] = TCA::class;
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['processCmdmapClass'][] = TCA::class;
Expand Down

0 comments on commit 7520f26

Please sign in to comment.