Skip to content

Commit

Permalink
[BUGFIX] Remove wrong labels for render type checkboxToggle
Browse files Browse the repository at this point in the history
The render type `checkboxToggle` has no labels for checked or unchecked states.
These are only available for `checkboxLabeledToggle`.

See also TYPO3-Documentation/TYPO3CMS-Reference-TCA#767
  • Loading branch information
peterkraume authored and lolli42 committed Sep 18, 2023
1 parent bdb9965 commit 2557138
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions Configuration/TCA/tx_styleguide_elements_basic.php
Original file line number Diff line number Diff line change
Expand Up @@ -1279,8 +1279,6 @@
'items' => [
[
'label' => 'foo',
'labelChecked' => 'Enabled',
'labelUnchecked' => 'Disabled',
],
],
],
Expand All @@ -1294,8 +1292,6 @@
'items' => [
[
'label' => 'foo',
'labelChecked' => 'Enabled',
'labelUnchecked' => 'Disabled',
'invertStateDisplay' => true,
],
],
Expand Down Expand Up @@ -1383,8 +1379,6 @@
'items' => [
[
'label' => 'foo',
'labelChecked' => 'Enabled',
'labelUnchecked' => 'Disabled',
],
],
],
Expand Down
2 changes: 0 additions & 2 deletions Configuration/TCA/tx_styleguide_l10nreadonly.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@
'items' => [
[
'label' => 'foo',
'labelChecked' => 'Enabled',
'labelUnchecked' => 'Disabled',
'invertStateDisplay' => true,
],
[
Expand Down

0 comments on commit 2557138

Please sign in to comment.