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.
Updated by Nikita Hovratov over 2 years ago
Can't you just copy the title from your locallang file to the composer description field? Or are you using it for something different?
Updated by Tee Ohh over 2 years ago
I have the extension description in the composer description field. It is different from the extension title. I would like to have both information available like before in the ext_emconf.php
Updated by Benni Mack over 1 year ago
- Status changed from New to Needs Feedback
Are you running in Composer mode or in classic mode?
Updated by Tee Ohh over 1 year ago
- PHP Version changed from 7.4 to 8.1
The TYPO3 installation is running in composer mode.
Updated by Riccardo De Contardi 10 months ago
- Status changed from Needs Feedback to New
Actions