Project

General

Profile

Bug #21793 » patch_extTables.php.patch

Administrator Admin, 2009-12-04 11:50

View differences:

extTables.php 2009-12-04 11:48:42.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 bytes = 10 KB
# $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';
?>
?>
(2-2/2)