The features options in the .info file are those of Drupal 6, the following are the default D7 features:

features[] = logo
features[] = name
features[] = slogan
features[] = node_user_picture
features[] = comment_user_picture
features[] = favicon
features[] = main_menu
features[] = secondary_menu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dboulet’s picture

Status: Active » Needs review
FileSize
479 bytes
johnnynia’s picture

Hi

One feature seems still missing: the comment_user_verification feature.

See http://drupal.org/node/221905:

features[] = logo
features[] = name
features[] = slogan
features[] = node_user_picture
features[] = comment_user_picture
features[] = comment_user_verification
features[] = favicon
features[] = main_menu
features[] = secondary_menu

I rerolled the patch so the list looks like the returned array of http://api.drupal.org/api/drupal/modules--system--system.module/function....

Cheers.

dboulet’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.