diff --git a/cambridge_news.features.field_instance.inc b/cambridge_news.features.field_instance.inc index 492e8ca..b62d410 100644 --- a/cambridge_news.features.field_instance.inc +++ b/cambridge_news.features.field_instance.inc @@ -30,6 +30,12 @@ function cambridge_news_field_default_field_instances() { 'type' => 'text_default', 'weight' => 1, ), + 'focus_on_teaser' => array( + 'label' => 'above', + 'settings' => array(), + 'type' => 'hidden', + 'weight' => 0, + ), 'news_listing_item' => array( 'label' => 'hidden', 'module' => 'text', @@ -114,6 +120,16 @@ function cambridge_news_field_default_field_instances() { 'type' => 'image', 'weight' => 0, ), + 'focus_on_teaser' => array( + 'label' => 'hidden', + 'module' => 'image', + 'settings' => array( + 'image_link' => 'content', + 'image_style' => 'small', + ), + 'type' => 'image', + 'weight' => 0, + ), 'news_listing_item' => array( 'label' => 'above', 'settings' => array(), @@ -165,7 +181,7 @@ function cambridge_news_field_default_field_instances() { 'inline' => 'inline', 'leading' => 'leading', 'sidebar_teaser' => 'sidebar_teaser', - 'small' => 0, + 'small' => 'small', ), 'max_filesize' => '', 'max_resolution' => '', @@ -213,6 +229,12 @@ function cambridge_news_field_default_field_instances() { 'type' => 'hidden', 'weight' => 2, ), + 'focus_on_teaser' => array( + 'label' => 'above', + 'settings' => array(), + 'type' => 'hidden', + 'weight' => 0, + ), 'news_listing_item' => array( 'label' => 'above', 'settings' => array(),