Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
hide labels #110
Browse files Browse the repository at this point in the history
  • Loading branch information
zufrieden committed Mar 14, 2015
1 parent 2eef5b8 commit 39cdd9f
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -63,7 +63,7 @@ function antistatique_article_field_default_field_instances() {
'description' => '',
'display' => array(
'default' => array(
'label' => 'above',
'label' => 'hidden',
'module' => 'taxonomy',
'settings' => array(),
'type' => 'taxonomy_term_reference_link',
Expand Down Expand Up @@ -103,7 +103,7 @@ function antistatique_article_field_default_field_instances() {
'description' => '',
'display' => array(
'default' => array(
'label' => 'above',
'label' => 'hidden',
'module' => 'entityreference',
'settings' => array(
'link' => FALSE,
Expand Down Expand Up @@ -149,7 +149,7 @@ function antistatique_article_field_default_field_instances() {
'description' => 'Tick if your hero image is dark (we\'ll set white text for the header)',
'display' => array(
'default' => array(
'label' => 'above',
'label' => 'hidden',
'module' => 'list',
'settings' => array(),
'type' => 'list_default',
Expand Down Expand Up @@ -186,7 +186,7 @@ function antistatique_article_field_default_field_instances() {
'description' => '',
'display' => array(
'default' => array(
'label' => 'above',
'label' => 'hidden',
'module' => 'image',
'settings' => array(
'image_link' => '',
Expand Down Expand Up @@ -330,7 +330,7 @@ function antistatique_article_field_default_field_instances() {
'description' => '',
'display' => array(
'default' => array(
'label' => 'above',
'label' => 'hidden',
'module' => 'image',
'settings' => array(
'image_link' => '',
Expand Down

0 comments on commit 39cdd9f

Please sign in to comment.