Do not limit 3 categories

There is no reason to limit.
By default there should be no limit.
If a specific installation needs a limit, it can set it itself.
This commit is contained in:
Daniel Siepmann 2021-02-23 11:11:44 +01:00
parent 431aa9bafa
commit 59db0d6432

View file

@ -10,7 +10,6 @@ defined('TYPO3') or die();
'label' => 'Categories',
'fieldConfiguration' => [
'minitems' => 0,
'maxitems' => 3,
'multiple' => true,
]
]