Reworks for v13 changes

Remove multiple true from category field.
This is not supported and breaks TYPO3.

Resolves: #11475, #11477
This commit is contained in:
Daniel Siepmann (Codappix) 2024-11-04 09:07:23 +01:00
parent c8a17c6fa2
commit 89f5b08d2e
SSH key fingerprint: SHA256:nAjx3Dpp8kuAC+S7QXj8BWmqw+KI1Miu+5e40BP3LXA

View file

@ -354,7 +354,6 @@ return [
'config' => [ 'config' => [
'type' => 'category', 'type' => 'category',
'minitems' => 0, 'minitems' => 0,
'multiple' => true,
], ],
], ],
'keywords' => [ 'keywords' => [