mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[CLEANUP] Drop obsolete dividers2tabs from the TCA (#44)
This option has been removed in TYPO3 7. Resolves #43
This commit is contained in:
parent
c508e4c710
commit
77c709c2df
2 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
- Drop obsolete `dividers2tabs` from the TCA (#44)
|
||||||
- Drop obsolete parts from the README (#34)
|
- Drop obsolete parts from the README (#34)
|
||||||
- Drop unneeded Travis CI configuration settings
|
- Drop unneeded Travis CI configuration settings
|
||||||
- Drop `ext_icon.svg`
|
- Drop `ext_icon.svg`
|
||||||
|
|
|
@ -8,7 +8,6 @@ $tca = [
|
||||||
'cruser_id' => 'cruser_id',
|
'cruser_id' => 'cruser_id',
|
||||||
'delete' => 'deleted',
|
'delete' => 'deleted',
|
||||||
'default_sortby' => 'title',
|
'default_sortby' => 'title',
|
||||||
'dividers2tabs' => true,
|
|
||||||
'iconfile' => 'EXT:tea/Resources/Public/Icons/Record.svg',
|
'iconfile' => 'EXT:tea/Resources/Public/Icons/Record.svg',
|
||||||
'searchFields' => 'title, description',
|
'searchFields' => 'title, description',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue