[TYPO3-dev] Modification of $TCA key
Dmitry Dulepov
typo3 at fm-world.ru
Thu Mar 2 11:02:46 CET 2006
Hi!
Thomas Mammitzsch wrote:
> 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?
Did you do loadTCA before assigning value?
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-dev
mailing list