Skip to content

Commit

Permalink
[TASK] Apply SimplifyCheckboxItemsTCARector (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi authored Nov 26, 2024
1 parent 1e4c524 commit ac5efdc
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Configuration/TCA/tx_news_domain_model_news.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@
'type' => 'check',
'renderType' => 'checkboxToggle',
'default' => 0,
'items' => [
['label' => '', 'value' => ''],
],
],
],

Expand Down Expand Up @@ -395,9 +392,6 @@
'type' => 'check',
'renderType' => 'checkboxToggle',
'default' => 0,
'items' => [
['label' => '', 'value' => ''],
],
],
],
'editlock' => [
Expand All @@ -407,9 +401,6 @@
'type' => 'check',
'renderType' => 'checkboxToggle',
'default' => 0,
'items' => [
['label' => '', 'value' => ''],
],
'behaviour' => [
'allowLanguageSynchronization' => true,
],
Expand Down

0 comments on commit ac5efdc

Please sign in to comment.