Translations
Info
All page names need to be in English.
en da  de  fr  it  ja  km  nl  ru  zh

Modify $TCA

From TYPO3Wiki
Jump to: navigation, search

<< Back to Extension Development << Back to Developer manuals page

[edit]

This is an example for setting the maximum filesize for the multimedia field in Content Elements. This code goes into ext_tables.php of your extension

PHP script:
t3lib_div::loadTCA('tt_content'); 
$GLOBALS['TCA']['tt_content']['columns']['multimedia']['config']['max_size'] = 20000;
Personal tools
Namespaces
Variants
Actions