-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
The output of the items has been changed.
'items' => [
['Default', 0],<f:for each="{property.selectboxValues}" as="value" key="label">
['{label}', '{value}'],</f:for>
],
- https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.3/Deprecation-99739-IndexedArrayKeysForTCAItems.html
- https://docs.typo3.org/m/typo3/reference-tca/12.4/en-us/ColumnsConfig/Type/Select/Properties/Items.html
'items' => [
[
'label' => 'Default',
'value' => 0],<f:for each="{property.selectboxValues}" as="value" key="label">
[
'label' => '{label}',
'value' => '{value}'
],</f:for>
],
Metadata
Metadata
Assignees
Labels
No labels