Skip to content

Commit

Permalink
fix: tca config
Browse files Browse the repository at this point in the history
  • Loading branch information
aoekrz committed Sep 24, 2024
1 parent bbe1635 commit b293968
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions Configuration/TCA/tx_happyfeet_domain_model_footnote.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,20 @@
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.starttime',
'config' => [
'type' => 'input',
'renderType' => 'datetime',
'size' => '8',
'eval' => 'date',
'type' => 'datetime',
'format' => 'date',
'size' => '20',
'default' => '0',
'checkbox' => '0'
]
],
'endtime' => [
'exclude' => 1,
'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.endtime',
'config' => [
'type' => 'input',
'renderType' => 'datetime',
'size' => '8',
'eval' => 'date',
'checkbox' => '0',
'type' => 'datetime',
'format' => 'date',
'size' => '20',
'default' => '0',
'range' => 'must be configured in ext_tables.php, behause the configuration-data is not cacheable!'
]
],
'index_number' => [
Expand Down

0 comments on commit b293968

Please sign in to comment.