diff --git a/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/tx_epproducts_domain_model_staticsearchparams.php b/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/tx_epproducts_domain_model_staticsearchparams.php deleted file mode 100644 index 5bc2612d..00000000 --- a/public/typo3conf/ext/ep_theme/Configuration/TCA/Overrides/tx_epproducts_domain_model_staticsearchparams.php +++ /dev/null @@ -1,30 +0,0 @@ - [ - 'exclude' => 0, - 'label' => 'Deeplink', - 'config' => [ - 'type' => 'user', - 'userFunc' => \EP\EpTheme\Userfuncs\Tca::class . '->getDeeplinkForStaticSearchparams', - ] - ] - ]; - - \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns( - 'tx_epproducts_domain_model_staticsearchparams', - $temporaryColumns - ); - - \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes( - 'tx_epproducts_domain_model_staticsearchparams', - 'deeplink', - '', - 'before:name' - ); - -});