Skip to content

Commit

Permalink
[BUGFIX] Complement easyconf ctrl config
Browse files Browse the repository at this point in the history
Related: #34
  • Loading branch information
buepro committed Feb 28, 2023
1 parent 6cef8bd commit 3518ffa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Configuration/TCA/Overrides/610_ext_easyconf_init.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

if (!\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::isLoaded('easyconf')) {
$GLOBALS['TCA']['tx_easyconf_configuration']['ctrl'] = [
'title' => '',
'readOnly' => true,
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
Expand Down

0 comments on commit 3518ffa

Please sign in to comment.