[BUGFIX] Keep extension title shorter

This commit is contained in:
Benni Mack 2020-07-31 11:45:11 +02:00
parent 30b12c2245
commit 9c51674435

View file

@ -1,7 +1,7 @@
<?php
$EM_CONF[$_EXTKEY] = [
'title' => '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',