Remove default value from birth log category field.

This commit is contained in:
Michael Stenta 2018-04-24 10:51:55 -04:00
parent 431a4708fe
commit 698efdf0dc
1 changed files with 1 additions and 5 deletions

View File

@ -816,11 +816,7 @@ function farm_livestock_field_default_field_instances() {
// Exported field_instance: 'log-farm_birth-field_farm_log_category'.
$field_instances['log-farm_birth-field_farm_log_category'] = array(
'bundle' => 'farm_birth',
'default_value' => array(
0 => array(
'tid' => 5,
),
),
'default_value' => NULL,
'deleted' => 0,
'description' => 'Use this to organize your logs into categories for easier searching and filtering later.',
'display' => array(