Project

General

Profile

Actions

Bug #97715

open

Extension title not displayed in extension manager if no ext_emconf.php is available

Added by Tee Ohh almost 2 years ago. Updated 4 months ago.

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 #1

Updated by Nikita Hovratov almost 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?

Actions #2

Updated by Tee Ohh almost 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

Actions #3

Updated by Benni Mack 11 months ago

  • Status changed from New to Needs Feedback

Are you running in Composer mode or in classic mode?

Actions #4

Updated by Tee Ohh 11 months ago

  • PHP Version changed from 7.4 to 8.1

The TYPO3 installation is running in composer mode.

Actions #5

Updated by Riccardo De Contardi 4 months ago

  • Status changed from Needs Feedback to New
Actions

Also available in: Atom PDF