Index: branches/5.3.x/units/articles/articles_config.php =================================================================== diff -u -N -r16394 -r16400 --- branches/5.3.x/units/articles/articles_config.php (.../articles_config.php) (revision 16394) +++ branches/5.3.x/units/articles/articles_config.php (.../articles_config.php) (revision 16400) @@ -1,6 +1,6 @@ Array ('type' => 'string', 'default' => ''), 'LocalPath' => Array ('type' => 'string', 'default' => ''), 'FullUrl' => Array ('type' => 'string', 'default' => ''), + 'GenerateExcerpt' => array( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', 'options' => array(1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, + 'default' => 0, + ), // export related fields: begin 'ExportFormat' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'CSV', /*2 => 'XML'*/), 'default' => 1),