Add missing TCA config
This commit is contained in:
@@ -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' ],
|
||||||
|
|||||||
Reference in New Issue
Block a user