Index: branches/5.2.x/units/articles/articles_config.php =================================================================== diff -u -r16147 -r16311 --- branches/5.2.x/units/articles/articles_config.php (.../articles_config.php) (revision 16147) +++ branches/5.2.x/units/articles/articles_config.php (.../articles_config.php) (revision 16311) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'default' => 0), 'CachedNavbar' => Array ('type' => 'string', 'default' => ''), 'ParentPath' => Array ('type' => 'string', 'default' => ''), + 'GenerateExcerpt' => array( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', 'options' => array(1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, + 'default' => 0, + ), // for primary image 'AltName' => Array ('type' => 'string', 'default' => ''),