Skip to content

Commit

Permalink
Merge pull request #302 from helmutstrasser/fix-tca
Browse files Browse the repository at this point in the history
[BUGFIX] Remove superfluous column from TCA
  • Loading branch information
sfroemkenjw authored Oct 11, 2023
2 parents 1fb6775 + f9db135 commit b45ef7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Configuration/TCA/tx_maps2_domain_model_poicollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,6 @@
'default' => '',
],
],
't3ver_label' => [
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.versionLabel',
'config' => [
'type' => 'input',
'size' => 30,
'max' => 255,
],
],
'hidden' => [
'exclude' => true,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.visible',
Expand Down

0 comments on commit b45ef7b

Please sign in to comment.