mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
[TASK] Remove an obsolete version switch from the TCA configuration (#389)
This version switch was releveant for TYPO3 8LTS.
This commit is contained in:
parent
3a13b2dea3
commit
a13e2f4598
1 changed files with 1 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
$tca = [
|
||||
return [
|
||||
'ctrl' => [
|
||||
'title' => 'LLL:EXT:tea/Resources/Private/Language/locallang_db.xlf:tx_tea_domain_model_product_tea',
|
||||
'label' => 'title',
|
||||
|
@ -54,9 +54,3 @@ $tca = [
|
|||
],
|
||||
],
|
||||
];
|
||||
|
||||
if (\TYPO3\CMS\Core\Utility\VersionNumberUtility::convertVersionNumberToInteger(TYPO3_version) < 8006000) {
|
||||
$tca['columns']['description']['defaultExtras'] = 'richtext[]';
|
||||
}
|
||||
|
||||
return $tca;
|
||||
|
|
Loading…
Reference in a new issue