Add missing TCA config

This commit is contained in:
Björn Fromme
2021-10-29 17:28:06 +02:00
parent 8a34e445ff
commit 782df3bad3
@@ -150,6 +150,7 @@ return [
'label' => 'Saison', 'label' => 'Saison',
'config' => [ 'config' => [
'type' => 'select', 'type' => 'select',
'renderType' => 'selectSingle',
'items' => [ 'items' => [
[ 'Winter', 'w' ], [ 'Winter', 'w' ],
[ 'Sommer', 's' ], [ 'Sommer', 's' ],