Index: branches/5.1.x/core/units/content/content_config.php =================================================================== diff -u -N -r14241 -r14526 --- branches/5.1.x/core/units/content/content_config.php (.../content_config.php) (revision 14241) +++ branches/5.1.x/core/units/content/content_config.php (.../content_config.php) (revision 14526) @@ -1,6 +1,6 @@ true, 'AutoClone' => true, - 'TitleField' => 'ContentNum', // field, used in bluebar when editing existing item - + 'TitleField' => 'ContentNum', // field, used in bluebar when editing existing item + 'TitlePresets' => Array ( 'default' => Array ( 'new_status_labels' => Array ('content' => '!la_title_Adding_Content!'), @@ -59,7 +59,11 @@ 'PageContentId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'ContentNum' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'PageId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), - 'Content' => Array ('type' => 'string', 'formatter' => 'kMultiLanguage', 'using_fck' => 1, 'default' => ''), + 'Content' => Array ( + 'type' => 'string', 'min_len' => 0, 'max_len' => 65536, + 'formatter' => 'kMultiLanguage', 'using_fck' => 1, + 'default' => '' + ), ), );