Skip to content

Commit

Permalink
[BUGFIX] Remove superfluous TCA field "t3ver_label"
Browse files Browse the repository at this point in the history
Refs #253
  • Loading branch information
derhansen committed Dec 7, 2023
1 parent 900ad62 commit 6352f2c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Configuration/TCA/tx_sfbanners_domain_model_banner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6352f2c

Please sign in to comment.