[TYPO3-dev] TCA-Configuration

Steffen Kamper steffen at sk-typo3.de
Thu Nov 8 10:32:55 CET 2007


Hi,

i really miss a place in TYPO3 to configure some TCA.
e.g. Mediasizes: atm i need to include the ext_tables.php and copy 
configuration there

#Set max media file size to 100 MB
$GLOBALS['TCA']['tt_content']['columns']['media']['config']['max_size'] = 
100*1024;
#Set max number of media files to 100
$GLOBALS['TCA']['tt_content']['columns']['media']['config']['maxitems'] = 
100;
#Set max multimedia file size to 100 MB
$GLOBALS['TCA']['tt_content']['columns']['multimedia']['config']['max_size'] 
= 100*1024;
#Set max number of multimedia files to 100
$GLOBALS['TCA']['tt_content']['columns']['multimedia']['config']['maxitems'] 
= 100;

Same could be done for extension settings.

I think a good place would me the function-wizard to easy config those 
settings.
Additional there could be a textarea for "expert settings" where could paste 
some tca-manipulation.

What do you think?

vg  Steffen 






More information about the TYPO3-dev mailing list