diff --git a/Configuration/TCA/tx_sgmail_domain_model_layout.php b/Configuration/TCA/tx_sgmail_domain_model_layout.php index f40c484dfccdcc42d28cb25577bc88eea9fd2af1..040a8b38ad8af92a76f624188f547c5a811a1599 100644 --- a/Configuration/TCA/tx_sgmail_domain_model_layout.php +++ b/Configuration/TCA/tx_sgmail_domain_model_layout.php @@ -64,21 +64,25 @@ $columns = [ ], ], 'sys_language_uid' => [ - 'exclude' => true, + 'exclude' => TRUE, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.language', 'config' => [ 'type' => 'select', 'renderType' => 'selectSingle', + 'special' => 'languages', 'foreign_table' => 'sys_language', 'foreign_table_where' => 'ORDER BY sys_language.title', 'items' => [ - ['LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.allLanguages', -1], - ['LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.default_value', 0] + [ + 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.allLanguages', + -1, + 'flags-multiple' + ] ], 'default' => 0, 'fieldWizard' => [ 'selectIcons' => [ - 'disabled' => false, + 'disabled' => FALSE, ], ], ] diff --git a/Configuration/TCA/tx_sgmail_domain_model_mail.php b/Configuration/TCA/tx_sgmail_domain_model_mail.php index 1895df9b3193ff1dcfba105bb5271f0421847752..12fe86e4b7344d3cafd1b912b613ef5e183b3dad 100644 --- a/Configuration/TCA/tx_sgmail_domain_model_mail.php +++ b/Configuration/TCA/tx_sgmail_domain_model_mail.php @@ -193,7 +193,8 @@ $columns = [ 'collapseAll' => TRUE ], 'maxitems' => 9999 - ]) + ] + ) ] ] ];