diff --git a/profiles/default/default.profile b/profiles/default/default.profile index 3056a2b1c18d..896cb9be0e0f 100644 --- a/profiles/default/default.profile +++ b/profiles/default/default.profile @@ -33,6 +33,9 @@ function default_profile_details() { */ function default_profile_final() { // Insert default user-defined node types into the database. + // For a complete list of available node type attributes, refer to the node + // type API documentation at: + // http://api.drupal.org/api/HEAD/function/hook_node_info $types = array( array( 'type' => 'page',