Hello,

I made an extension with a new content element in TYPO3 4.6. Now I want to show it in the new content element wizard with an own icon. The new content element is shown in the list but with no icon. I tried the following:

mod.wizards.newContentElement.wizardItems.common.elements {
  my_extension.icon = EXT:my_extension/my_icon.gif
}

But that doesn't work. I also deleted the sprites folder in typo3temp and tried also the following:

mod.wizards.newContentElement.wizardItems.common.elements {
  my_extension.icon = typo3conf/ext/my_extension/my_icon.gif
}

and that:

mod.wizards.newContentElement.wizardItems.common.elements {
my_extension.icon = ../../../../../../typo3conf/ext/my_extension/my_icon.gif
}

because it seems, that the icons are getting from the gfx directory.

Does someone know, how to do this?

Regards,
Chris.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to