mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 09:16:20 +01:00
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:
parent
431aa9bafa
commit
59db0d6432
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ defined('TYPO3') or die();
|
||||||
'label' => 'Categories',
|
'label' => 'Categories',
|
||||||
'fieldConfiguration' => [
|
'fieldConfiguration' => [
|
||||||
'minitems' => 0,
|
'minitems' => 0,
|
||||||
'maxitems' => 3,
|
|
||||||
'multiple' => true,
|
'multiple' => true,
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue