Actions
Bug #95701
closedAdd extension title to meta data and use it
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2021-10-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Instead of reading the composer.json / ext_emconf.php
of extensions at runtime just to retrieve the extension title,
use the existing package meta data API to store and retrieve this
information.
Add a place in composer.json extra section to store an optional title
of an extension and use this to populate the meta data, but
add fallback handling for Composer mode as well to read ext_emconf.php
in case the newly introduced composer.json property is not set
to avoid a change in behaviour in extension manager.
Actions