function content_features_api in Features 6
Implementation of hook_features_api().
File
- includes/
features.content.inc, line 6
Code
function content_features_api() {
return array(
'content' => array(
'name' => t('CCK'),
'default_hook' => 'content_default_fields',
'default_file' => FEATURES_DEFAULTS_INCLUDED,
'feature_source' => TRUE,
),
);
}