mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:36:14 +02:00

[BUGFIX] Remove showRecordFieldList from the TCA (#386)

This entry was deprecated in TYPO3 10.3:
https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/10.3/Feature-88901-RenderAllFieldsInElementInformationController.html

Fixes #384
This commit is contained in:
Oliver Klee 2022-02-15 15:47:09 +01:00 committed by GitHub
parent 77da462e8b
commit da3390b992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,6 @@ $tca = [
'iconfile' => 'EXT:tea/Resources/Public/Icons/Record.svg',
'searchFields' => 'title, description',
],
'interface' => [
'showRecordFieldList' => 'title, description, image',
],
'types' => [
'1' => ['showitem' => 'title, description, image'],
],