diff --git a/Configuration/TCA/tx_events_domain_model_event.php b/Configuration/TCA/tx_events_domain_model_event.php index 0570c5f..86c9574 100644 --- a/Configuration/TCA/tx_events_domain_model_event.php +++ b/Configuration/TCA/tx_events_domain_model_event.php @@ -482,9 +482,9 @@ return [ 'expandSingle' => 1, 'enabledControls' => array( 'info' => false, - 'new' => false, - 'dragdrop' => false, - 'sort' => false, + 'new' => true, + 'dragdrop' => true, + 'sort' => true, 'hide' => false, 'delete' => true, 'localize' => false,