Hallo nochmal.
Ich habe es hinbekommen.
Das TCA-File muss so aussehen:

<?php
if (!defined ('TYPO3_MODE')) {
        die ('Access denied.');
}

$GLOBALS['TCA']['campaigns'] = array(
        'ctrl' => $GLOBALS['TCA']['campaigns']['ctrl'],
        'interface' => array(
        ),
        'types' => array(
        ),
        'palettes' => array(
        ),
        'columns' => array(
        ),
);

## EXTENSION BUILDER DEFAULTS END TOKEN - Everything BEFORE this line is 
overwritten with the defaults of the extension builder
$GLOBALS['TCA']['campaigns']['columns'] = array(
);
?>

Danke,
lg
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an