diff --git a/Configuration/TCA/tx_sfbanners_domain_model_banner.php b/Configuration/TCA/tx_sfbanners_domain_model_banner.php index 715042f..2979c64 100644 --- a/Configuration/TCA/tx_sfbanners_domain_model_banner.php +++ b/Configuration/TCA/tx_sfbanners_domain_model_banner.php @@ -62,14 +62,6 @@ 'type' => 'passthrough', ], ], - 't3ver_label' => [ - 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.versionLabel', - 'config' => [ - 'type' => 'input', - 'size' => 30, - 'max' => 255, - ] - ], 'hidden' => [ 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.hidden',