[TYPO3-dev] TCA-Configuration

Malte Jansen mail at maltejansen.de
Thu Nov 8 10:39:03 CET 2007


Hi,

what about overwritting the values via PageTS with TCEFORMS?
It's there but it would be easy to implement because most of it already 
exists...

Malte

Steffen Kamper schrieb:
> 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