mirror of
https://github.com/DanielSiepmann/legacy-collections.git
synced 2024-11-22 10:36: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
|
<?php
|
||||||
|
|
||||||
$EM_CONF[$_EXTKEY] = [
|
$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.',
|
'description' => 'Adds PHP classes, TCA configuration and database tables for generic record collections.',
|
||||||
'category' => 'misc',
|
'category' => 'misc',
|
||||||
'state' => 'stable',
|
'state' => 'stable',
|
||||||
|
|
Loading…
Reference in a new issue