mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-21 22:16:13 +01:00
[BUGFIX] Keep extension title shorter
This commit is contained in:
parent
30b12c2245
commit
9c51674435
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue