drucken :: thefox: 23.01.2011
TCA
// Festlegen welche Extensions (SQL Tabellen) bei Datensatz einfügen (shortcut) erlaubt sind
$TCA['tt_content']['columns']['records']['config']['allowed'] = 'tt_content,tt_address';
// SQL Tabellen Records bei shortcut hinzufügen ( Beispiel tt_address )
t3lib_extMgm::addToInsertRecords('tt_address');
// setup.txt und constants.txt aus dem static Order der Extension zum einbinden anbieten
t3lib_extMgm::addStaticFile($_EXTKEY,'static/','Name welcher angezeigt wird');
ext_tables.php