Actions
Bug #97715
openExtension title not displayed in extension manager if no ext_emconf.php is available
Status:
New
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2022-05-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In the process of updating my extensions to TYPO3 11 after deleting the ext_emconf.php file, because is no longer needed, the extension title is no longer displayed in the extension manager. The description from composer.json is used instead. It is possible to use the
<trans-unit id="extension.title"><source>Extension title</source></trans-unit>
translation key instead from the locallang_db.xlf file? This is already used in the "New record" overview. Maybe another solution could be to add a title property to the composer.json.
Actions