Hallo Mikel, das Compare Tool gibt nichts aus, außer eine grüne Box mit "Analyzed current database".
Die Dateien liegen unter typo3conf/ext/testExt Darin liegen noch die Dateien ext_emconf.php, ext_localconf.php und Configuration/TCA/Overrides/tt_content.php (diese ist aber noch leer). Der Vollständigkeit halber hänge ich das mal an. Hoffe das hilft. Grüße, xola ext_emconf.php: <?php $EM_CONF[$_EXTKEY] = array( 'title' => 'testExt', 'description' => 'testExt fuer Custom Content Element', 'category' => 'be', 'author' => 'YouKnowMyName', 'author_email' => '', 'state' => 'alpha', 'internal' => '', 'uploadfolder' => '1', 'createDirs' => '', 'clearCacheOnLoad' => 0, 'version' => '', 'constraints' => array( 'depends' => array( 'typo3' => '7.6', ), 'conflicts' => array( ), 'suggests' => array( ), ), ); ?> ext_localconf.php: <?php \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig( 'mod { wizards.newContentElement.wizardItems.extra { header = Extra elements { myTextOnSlider { title = testExt description = testExt fuer Custom Content Element tt_content_defValues { CType = testExt } } } show = * } }' ); ?> _______________________________________________ TYPO3-german mailing list TYPO3-german@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german