mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 01:16:12 +01: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:
parent
77da462e8b
commit
da3390b992
1 changed files with 0 additions and 3 deletions
|
@ -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'],
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue