Bug #21793 » extTables.patch
extTables.php 2009-12-04 11:43:28.000000000 +0100 | ||
---|---|---|
// Rotate loginbox images from this directory
|
||
# $GLOBALS['TBE_STYLES']['loginBoxImage_rotationFolder'] = '../fileadmin/loginimg/';
|
||
// Raise upload limit for images in 'image' content-elements to 10*1024 bytes = 1MB
|
||
// Raise upload limit for images in 'image' content-elements to 10*1024 kilobytes = 10MB
|
||
# $GLOBALS['TCA']['tt_content']['columns']['image']['config']['max_size'] = 10*1024;
|
||
// Changes date fields to datetime fields in pages and tt_content
|
||
... | ... | |
# $GLOBALS['TCA']['pages']['columns']['starttime']['config']['eval'] = 'datetime';
|
||
# $GLOBALS['TCA']['pages']['columns']['endtime']['config']['eval'] = 'datetime';
|
||
?>
|
||
?>
|