diff --git a/modules/custom/drop_jobs_candidate/drop_jobs_candidate.features.field.inc b/modules/custom/drop_jobs_candidate/drop_jobs_candidate.features.field.inc index e0b8d201b8cb451b1b8662bf1b92a76822b6025e..00f0fda766f6f8c98991cd788ef4a61d13b25b10 100644 --- a/modules/custom/drop_jobs_candidate/drop_jobs_candidate.features.field.inc +++ b/modules/custom/drop_jobs_candidate/drop_jobs_candidate.features.field.inc @@ -251,7 +251,7 @@ function drop_jobs_candidate_field_default_fields() { 'description' => '', 'display' => array( 'default' => array( - 'label' => 'above', + 'label' => 'inline', 'module' => 'date', 'settings' => array( 'format_type' => 'short', @@ -2321,7 +2321,7 @@ function drop_jobs_candidate_field_default_fields() { 'module' => 'term_level', 'settings' => array(), 'type' => 'term_level_group', - 'weight' => '3', + 'weight' => '0', ), ), 'entity_type' => 'field_collection_item',