mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

Remove leftover select_key (#1052)

select_key does not exist anymore in the Core and can be safely removed,
This commit is contained in:
Nikita Hovratov 2023-12-10 01:07:37 +01:00 committed by GitHub
parent 5087790a64
commit 16d197d640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ call_user_func(
);
// This removes the default controls from the plugin.
$controlsToRemove = 'recursive,select_key,pages';
$controlsToRemove = 'recursive,pages';
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['tea_teaindex'] = $controlsToRemove;
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['tea_teashow'] = $controlsToRemove;
$GLOBALS['TCA']['tt_content']['types']['list']['subtypes_excludelist']['tea_teafrontendeditor'] = $controlsToRemove;