function hook_content_default_fields_alter in Features 6
Alter the default cck fields right before they are cached into the database.
Parameters
&$fields: By reference. The fields that have been declared by another feature.
Related topics
File
- ./
features.api.php, line 266
Code
function hook_content_default_fields_alter(&$fields) {
}