Actions
Bug #46433
closedPath for the icon in new content element wizard
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2013-03-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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!
Actions