Skip to content

Commit

Permalink
Set up Focus On teasers
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed May 1, 2014
1 parent cf753ca commit 202bbb1
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion cambridge_news.features.field_instance.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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(),
Expand Down Expand Up @@ -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' => '',
Expand Down Expand Up @@ -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(),
Expand Down

0 comments on commit 202bbb1

Please sign in to comment.