[TYPO3-english] The "New Content Element Wizard" in version 4.3 => media & multimedia SOLUTION
Koen Van Nuffelen
koen_typo3 at obiwebs.be
Wed Feb 24 12:53:40 CET 2010
Thank you Francois,
With your input I found my silly mistake (Typical copy paste error :-ss)
This also works for me now:
#New content element wizard
templavoila.wizards.newContentElement.renderMode = tabs
templavoila.wizards.newContentElement.wizardItems.special.elements.media {
icon = gfx/c_wiz/multimedia.gif
title =
LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_media_title
description =
LLL:EXT:cms/layout/locallang_db_new_content_el.xml:special_media_description
tt_content_defValues {
CType = media
}
}
templavoila.wizards.newContentElement.wizardItems.special.show :=
addToList(media)
What I did wrong:
templavoila.wizards.newContentElement.wizardItems.COMMON.elements.media
Kind regards,
Koen
More information about the TYPO3-english
mailing list