[TYPO3-german] Bestehende NICHT-extbase Tabelle erweitern und nutzen
Deus
master_hax at gmx.net
Tue Mar 8 14:16:36 CET 2016
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
More information about the TYPO3-german
mailing list