summaryrefslogtreecommitdiff
path: root/features/timelinejs_feature/timelinejs_feature.strongarm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'features/timelinejs_feature/timelinejs_feature.strongarm.inc')
-rw-r--r--features/timelinejs_feature/timelinejs_feature.strongarm.inc34
1 files changed, 31 insertions, 3 deletions
diff --git a/features/timelinejs_feature/timelinejs_feature.strongarm.inc b/features/timelinejs_feature/timelinejs_feature.strongarm.inc
index 89a33a3..a95bc20 100644
--- a/features/timelinejs_feature/timelinejs_feature.strongarm.inc
+++ b/features/timelinejs_feature/timelinejs_feature.strongarm.inc
@@ -113,14 +113,39 @@ function timelinejs_feature_strongarm() {
$strongarm->api_version = 1;
$strongarm->name = 'field_bundle_settings_node__event';
$strongarm->value = array(
- 'view_modes' => array(),
+ 'view_modes' => array(
+ 'teaser' => array(
+ 'custom_settings' => TRUE,
+ ),
+ 'full' => array(
+ 'custom_settings' => FALSE,
+ ),
+ 'rss' => array(
+ 'custom_settings' => FALSE,
+ ),
+ 'search_index' => array(
+ 'custom_settings' => FALSE,
+ ),
+ 'search_result' => array(
+ 'custom_settings' => FALSE,
+ ),
+ 'diff_standard' => array(
+ 'custom_settings' => FALSE,
+ ),
+ 'print' => array(
+ 'custom_settings' => FALSE,
+ ),
+ 'token' => array(
+ 'custom_settings' => FALSE,
+ ),
+ ),
'extra_fields' => array(
'form' => array(
'title' => array(
'weight' => '1',
),
'path' => array(
- 'weight' => '5',
+ 'weight' => '6',
),
),
'display' => array(),
@@ -155,11 +180,14 @@ function timelinejs_feature_strongarm() {
'token' => array(
'custom_settings' => FALSE,
),
+ 'diff_standard' => array(
+ 'custom_settings' => FALSE,
+ ),
),
'extra_fields' => array(
'form' => array(
'title' => array(
- 'weight' => '1',
+ 'weight' => '0',
),
'path' => array(
'weight' => '5',