From 5ff0c0d3c7757038af8ab95f5386a9fec1aa1b10 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 23 May 2010 19:10:23 +0000 Subject: - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. --- modules/forum/forum.install | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/forum') 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); -- cgit v1.2.3