diff --git a/Configuration/TCA/tx_news_domain_model_news.php b/Configuration/TCA/tx_news_domain_model_news.php index fd167bc98..1d5b2de08 100644 --- a/Configuration/TCA/tx_news_domain_model_news.php +++ b/Configuration/TCA/tx_news_domain_model_news.php @@ -88,9 +88,6 @@ 'type' => 'check', 'renderType' => 'checkboxToggle', 'default' => 0, - 'items' => [ - ['label' => '', 'value' => ''], - ], ], ], @@ -395,9 +392,6 @@ 'type' => 'check', 'renderType' => 'checkboxToggle', 'default' => 0, - 'items' => [ - ['label' => '', 'value' => ''], - ], ], ], 'editlock' => [ @@ -407,9 +401,6 @@ 'type' => 'check', 'renderType' => 'checkboxToggle', 'default' => 0, - 'items' => [ - ['label' => '', 'value' => ''], - ], 'behaviour' => [ 'allowLanguageSynchronization' => true, ],