summaryrefslogtreecommitdiff
path: root/features/timelinejs_feature/timelinejs_feature.strongarm.inc
diff options
context:
space:
mode:
authorSilvio <silvio@socioambiental.org>2012-08-08 15:46:38 -0300
committerSilvio <silvio@socioambiental.org>2012-08-08 15:46:38 -0300
commit89700bdad78f58fcedf0fc5fa05e519767fa237e (patch)
treea1ed6f5b265f6e69d086520e07a605625d866b08 /features/timelinejs_feature/timelinejs_feature.strongarm.inc
parent5e5f825b92183d4f2c869a7f88a301d5890630f5 (diff)
downloadtimelinejs-89700bdad78f58fcedf0fc5fa05e519767fa237e.tar.gz
timelinejs-89700bdad78f58fcedf0fc5fa05e519767fa237e.tar.bz2
Updating feature
Diffstat (limited to 'features/timelinejs_feature/timelinejs_feature.strongarm.inc')
-rw-r--r--features/timelinejs_feature/timelinejs_feature.strongarm.inc6
1 files changed, 3 insertions, 3 deletions
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();