From 89700bdad78f58fcedf0fc5fa05e519767fa237e Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 8 Aug 2012 15:46:38 -0300 Subject: Updating feature --- .../timelinejs_feature.features.field.inc | 17 ++++++++++------- .../timelinejs_feature/timelinejs_feature.strongarm.inc | 6 +++--- 2 files changed, 13 insertions(+), 10 deletions(-) (limited to 'features') diff --git a/features/timelinejs_feature/timelinejs_feature.features.field.inc b/features/timelinejs_feature/timelinejs_feature.features.field.inc index a5d16ea..95678a3 100644 --- a/features/timelinejs_feature/timelinejs_feature.features.field.inc +++ b/features/timelinejs_feature/timelinejs_feature.features.field.inc @@ -285,7 +285,7 @@ function timelinejs_feature_field_default_fields() { 'year_range' => '-3:+3', ), 'type' => 'date_popup', - 'weight' => '1', + 'weight' => '2', ), ), ); @@ -539,7 +539,7 @@ function timelinejs_feature_field_default_fields() { 'module' => 'options', 'settings' => array(), 'type' => 'options_select', - 'weight' => '2', + 'weight' => '0', ), ), ); @@ -599,8 +599,11 @@ function timelinejs_feature_field_default_fields() { 'display' => array( 'default' => array( 'label' => 'above', - 'settings' => array(), - 'type' => 'hidden', + 'module' => 'entityreference', + 'settings' => array( + 'link' => FALSE, + ), + 'type' => 'entityreference_label', 'weight' => '0', ), 'teaser' => array( @@ -622,7 +625,7 @@ function timelinejs_feature_field_default_fields() { 'module' => 'options', 'settings' => array(), 'type' => 'options_select', - 'weight' => '1', + 'weight' => '0', ), ), ); @@ -666,7 +669,7 @@ function timelinejs_feature_field_default_fields() { 'label' => 'above', 'settings' => array(), 'type' => 'hidden', - 'weight' => '1', + 'weight' => '3', ), 'teaser' => array( 'label' => 'above', @@ -763,7 +766,7 @@ function timelinejs_feature_field_default_fields() { 'module' => 'taxonomy', 'settings' => array(), 'type' => 'taxonomy_term_reference_link', - 'weight' => 3, + 'weight' => '2', ), 'teaser' => array( 'label' => 'above', diff --git a/features/timelinejs_feature/timelinejs_feature.strongarm.inc b/features/timelinejs_feature/timelinejs_feature.strongarm.inc index 639ef75..388ffc4 100644 --- a/features/timelinejs_feature/timelinejs_feature.strongarm.inc +++ b/features/timelinejs_feature/timelinejs_feature.strongarm.inc @@ -117,7 +117,7 @@ function timelinejs_feature_strongarm() { 'extra_fields' => array( 'form' => array( 'title' => array( - 'weight' => '0', + 'weight' => '1', ), 'path' => array( 'weight' => '5', @@ -159,7 +159,7 @@ function timelinejs_feature_strongarm() { 'extra_fields' => array( 'form' => array( 'title' => array( - 'weight' => '0', + 'weight' => '1', ), 'path' => array( 'weight' => '5', @@ -254,7 +254,7 @@ function timelinejs_feature_strongarm() { $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'node_submitted_event'; - $strongarm->value = 1; + $strongarm->value = 0; $export['node_submitted_event'] = $strongarm; $strongarm = new stdClass(); -- cgit v1.2.3