From 9c51674435cb626bdf937dc4ff9e223f1facdcde Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Fri, 31 Jul 2020 11:45:11 +0200 Subject: [PATCH] [BUGFIX] Keep extension title shorter --- ext_emconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index bf37334..c19dcc8 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -1,7 +1,7 @@ 'Legacy Collection PHP APIs for sys_collection database tables', + 'title' => 'APIs for legacy sys_collection DB tables', 'description' => 'Adds PHP classes, TCA configuration and database tables for generic record collections.', 'category' => 'misc', 'state' => 'stable',