[TYPO3-dev] Modification of $TCA key

Thomas Mammitzsch typo at pure.kicks-ass.net
Thu Mar 2 10:55:30 CET 2006


Hi List,

in an extension of my own, i added
$TCA['tt_content']['columns']['media']['config']['maxitems'] = 50 to my
ext_tables.php to increase the number of filelinks (default is 10) you
can set in the Filelinks content element. On my dev machine this worked
fine, but on the production server all columns definitions (except
media) in $TCA['tt_content']['columns'] disappeared.
After uninstalling and installing the extension everything went ok.
I assume its the order extensions are installed?! What can i do that i
don't need to take care of the order when installing my extension?


Thanks, Thomas




More information about the TYPO3-dev mailing list