This is an old revision of the document!
Why using a Site Package: http://de.slideshare.net/benjaminkott/typo3-the-anatomy-of-sitepackages
Code by Example: https://github.com/benjaminkott/example_package
Manual to get started: http://t3-developer.com/typo3-installation/einrichtung/typo3-erweiteren/eigene-contentelemente-in-typo3-erstellen/
#### ELEMENT IN WIZARD MIT AUFNEHMEN mod.wizards.newContentElement.wizardItems { common { elements { slider { title = SLIDER ODER???? description = Macht nen total fetzigen Slider icon = gfx/c_wiz/user_defined.gif tt_content_defValues { CType = slider } } } show := addToList(slider) } }
Dont forget to include it:
<INCLUDE_TYPOSCRIPT: source="FILE:EXT:t1_distribution/Configuration/TypoScript/TSconfig/Page/TSconfig.txt">