|
@@ -58,7 +58,7 @@ function materio_publications_field_default_field_instances() {
|
|
|
'label' => 'above',
|
|
|
'settings' => array(),
|
|
|
'type' => 'hidden',
|
|
|
- 'weight' => 0,
|
|
|
+ 'weight' => 3,
|
|
|
),
|
|
|
'teaser' => array(
|
|
|
'label' => 'hidden',
|
|
@@ -138,9 +138,13 @@ function materio_publications_field_default_field_instances() {
|
|
|
'weight' => 2,
|
|
|
),
|
|
|
'homeblock' => array(
|
|
|
- 'label' => 'above',
|
|
|
- 'settings' => array(),
|
|
|
- 'type' => 'hidden',
|
|
|
+ 'label' => 'hidden',
|
|
|
+ 'module' => 'image',
|
|
|
+ 'settings' => array(
|
|
|
+ 'image_link' => 'content',
|
|
|
+ 'image_style' => 'publications-home',
|
|
|
+ ),
|
|
|
+ 'type' => 'image',
|
|
|
'weight' => 0,
|
|
|
),
|
|
|
'teaser' => array(
|