From 89700bdad78f58fcedf0fc5fa05e519767fa237e Mon Sep 17 00:00:00 2001 From: Silvio Date: Wed, 8 Aug 2012 15:46:38 -0300 Subject: Updating feature --- features/timelinejs_feature/timelinejs_feature.strongarm.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'features/timelinejs_feature/timelinejs_feature.strongarm.inc') 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