summaryrefslogtreecommitdiff
path: root/modules/forum
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 /modules/forum
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 'modules/forum')
-rw-r--r--modules/forum/forum.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/forum/forum.install b/modules/forum/forum.install
index d23725164..1a488327c 100644
--- a/modules/forum/forum.install
+++ b/modules/forum/forum.install
@@ -65,6 +65,16 @@ function forum_enable() {
'widget' => array(
'type' => 'options_select',
),
+ 'display' => array(
+ 'default' => array(
+ 'type' => 'taxonomy_term_reference_link',
+ 'weight' => 10,
+ ),
+ 'teaser' => array(
+ 'type' => 'taxonomy_term_reference_link',
+ 'weight' => 10,
+ ),
+ ),
);
field_create_instance($instance);