From c52446f84722477a550443cac5707505c5d47b5f Mon Sep 17 00:00:00 2001 From: Martin Tepper Date: Wed, 13 Mar 2024 10:21:46 +0100 Subject: [PATCH] Fix validation of em_conf --- ext_emconf.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index 57a8d8e..4da4729 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,11 +1,10 @@ 'Varnish', + 'title' => 'TYPO3 Varnish', 'description' => 'Allow varnish connection within TYPO3', 'category' => 'misc', 'version' => '11.1.0', - 'shy' => '', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-11.5.99',