Skip to content

Conversation

@ErHaWeb
Copy link
Contributor

@ErHaWeb ErHaWeb commented Dec 2, 2025

Since TYPO3 v14, the extension title is populated from composer.json. The Extension Manager validates that the composer description equals $emConf['title'] . ' - ' . $emConf['description'].

The current ext_emconf.php duplicated the extension name in the description, causing EXTENSION_TITLE_MISSING to be reported.

This change removes the redundant prefix and restores consistency with composer.json handling.

References: Breaking: #108304 - Populate extension title from composer.json

…ing in v14

Since TYPO3 v14, the extension title is populated from `composer.json`. The Extension Manager validates that the composer description equals `$emConf['title'] . ' - ' . $emConf['description']`.

The current `ext_emconf.php` duplicated the extension name in the description, causing `EXTENSION_TITLE_MISSING` to be reported.

This change removes the redundant prefix and restores consistency with `composer.json` handling.

References: [Breaking: #108304 - Populate extension title from composer.json](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/14.0/Breaking-108304-PopulateExtensionTitleFromComposerJson.html)
@nhovratov nhovratov merged commit d1c89f8 into FriendsOfTYPO3:main Dec 2, 2025
9 checks passed
@nhovratov
Copy link
Contributor

@ErHaWeb Thank You!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants