summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-23 19:10:23 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-23 19:10:23 +0000
commit5ff0c0d3c7757038af8ab95f5386a9fec1aa1b10 (patch)
tree96c318263445fe4df0b3d23be923f6caaefdface /profiles
parent5d4fa6f72511d4a3948d5527f9202d6cd2aa137f (diff)
downloadbrdo-5ff0c0d3c7757038af8ab95f5386a9fec1aa1b10.tar.gz
brdo-5ff0c0d3c7757038af8ab95f5386a9fec1aa1b10.tar.bz2
- Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/standard/standard.install32
1 files changed, 11 insertions, 21 deletions
diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install
index 8175417cd..79e85c7ad 100644
--- a/profiles/standard/standard.install
+++ b/profiles/standard/standard.install
@@ -310,6 +310,16 @@ function standard_install() {
'type' => 'taxonomy_autocomplete',
'weight' => 4,
),
+ 'display' => array(
+ 'default' => array(
+ 'type' => 'taxonomy_term_reference_link',
+ 'weight' => 10,
+ ),
+ 'teaser' => array(
+ 'type' => 'taxonomy_term_reference_link',
+ 'weight' => 10,
+ ),
+ ),
);
field_create_instance($instance);
@@ -367,34 +377,14 @@ function standard_install() {
),
'display' => array(
- 'full' => array(
+ 'default' => array(
'label' => 'hidden',
'type' => 'image__large',
- 'settings' => array(),
'weight' => -1,
),
'teaser' => array(
'label' => 'hidden',
'type' => 'image_link_content__medium',
- 'settings' => array(),
- 'weight' => -1,
- ),
- 'rss' => array(
- 'label' => 'hidden',
- 'type' => 'image__large',
- 'settings' => array(),
- 'weight' => -1,
- ),
- 'search_index' => array(
- 'label' => 'hidden',
- 'type' => 'image__large',
- 'settings' => array(),
- 'weight' => -1,
- ),
- 'search_results' => array(
- 'label' => 'hidden',
- 'type' => 'image__large',
- 'settings' => array(),
'weight' => -1,
),
),