Bug #46433
closedPath for the icon in new content element wizard
100%
Description
Hi,
It's strange, I want to change the path of the icon (in new content element wizard) of per example the content element "text".
I add this TSconfig :
mod.wizards.newContentElement.wizardItems.common.elements.text.icon = EXT:my_ext/path_to_the_icon.gif
But the "EXT:" is not replaced.
I must change my line with this to make it works :
mod.wizards.newContentElement.wizardItems.common.elements.text.icon = ../typo3conf/ext/my_ext/path_to_the_icon.gif
I'm not sure if it's a bug or if there is a reason for that...
Thanks!
Updated by Eric Chavaillaz over 11 years ago
In the same idea, it's not possible to add a default values and take care of the localization like this :
mod.wizards.newContentElement.wizardItems.common.elements.text.tt_content_defValues.header = LLL:EXT:my_ext/path_to_the_localized_label
Thanks
Updated by Riccardo De Contardi over 11 years ago
Can confirm this issue on TYPO3 CMS 6.1.0
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Riccardo De Contardi over 9 years ago
I can confirm it for TYPO3 6.2.12 and 7 (latest master)
Updated by Riccardo De Contardi over 9 years ago
- TYPO3 Version changed from 4.7 to 6.2
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40496
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40496
Updated by Benni Mack over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 195fbb3fe088215d8c3128a208c35b6fad6db157.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed