Commit b5e5ca4
committed
[BUGFIX] Align
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)ext_emconf.php description with composer title handling in v141 parent 8671083 commit b5e5ca4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments