From 8656609a4cdda3b1de7f16da737025295041abb9 Mon Sep 17 00:00:00 2001 From: Silvio Date: Tue, 25 Jun 2013 16:26:34 -0300 Subject: Updating feature with two new fields (tag and source) --- .../timelinejs_feature.strongarm.inc | 34 ++++++++++++++++++++-- 1 file changed, 31 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 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', -- cgit v1.2.3