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

[CLEANUP] Drop obsolete dividers2tabs from the TCA (#44)

This option has been removed in TYPO3 7.

Resolves #43
This commit is contained in:
Oliver Klee 2020-05-22 09:10:58 +02:00 committed by GitHub
parent c508e4c710
commit 77c709c2df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -35,6 +35,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Deprecated
### Removed
- Drop obsolete `dividers2tabs` from the TCA (#44)
- Drop obsolete parts from the README (#34)
- Drop unneeded Travis CI configuration settings
- Drop `ext_icon.svg`

View file

@ -8,7 +8,6 @@ $tca = [
'cruser_id' => 'cruser_id',
'delete' => 'deleted',
'default_sortby' => 'title',
'dividers2tabs' => true,
'iconfile' => 'EXT:tea/Resources/Public/Icons/Record.svg',
'searchFields' => 'title, description',
],