Skip to content

Commit 087eec8

Browse files
committed
[TASK] Migrate legacy items usage for select fields in TCA
Refs #58
1 parent bfcece3 commit 087eec8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Configuration/TCA/Overrides/be_users.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
'default' => 0,
1616
'items' => [
1717
[
18-
0 => '',
19-
1 => '',
18+
'label' => '',
19+
'invertStateDisplay' => false,
2020
],
2121
],
2222
],

Configuration/TCA/Overrides/fe_users.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
'default' => 0,
1616
'items' => [
1717
[
18-
0 => '',
19-
1 => '',
18+
'label' => '',
19+
'invertStateDisplay' => false,
2020
],
2121
],
2222
],

0 commit comments

Comments
 (0)