summaryrefslogtreecommitdiff
path: root/features
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
parent5e5f825b92183d4f2c869a7f88a301d5890630f5 (diff)
downloadtimelinejs-89700bdad78f58fcedf0fc5fa05e519767fa237e.tar.gz
timelinejs-89700bdad78f58fcedf0fc5fa05e519767fa237e.tar.bz2
Updating feature
Diffstat (limited to 'features')
-rw-r--r--features/timelinejs_feature/timelinejs_feature.features.field.inc17
-rw-r--r--features/timelinejs_feature/timelinejs_feature.strongarm.inc6
2 files changed, 13 insertions, 10 deletions
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();