From 59db0d6432a1cc66d65e526261ddefb6f6660bd9 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 23 Feb 2021 11:11:44 +0100 Subject: [PATCH] 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. --- Configuration/TCA/Overrides/tx_events_domain_model_event.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Configuration/TCA/Overrides/tx_events_domain_model_event.php b/Configuration/TCA/Overrides/tx_events_domain_model_event.php index 9e75ded..875c3e2 100644 --- a/Configuration/TCA/Overrides/tx_events_domain_model_event.php +++ b/Configuration/TCA/Overrides/tx_events_domain_model_event.php @@ -10,7 +10,6 @@ defined('TYPO3') or die(); 'label' => 'Categories', 'fieldConfiguration' => [ 'minitems' => 0, - 'maxitems' => 3, 'multiple' => true, ] ]