summaryrefslogtreecommitdiff
path: root/modules/forum/forum.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum.install')
-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);