summaryrefslogtreecommitdiff
path: root/modules/comment/comment.install
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/comment/comment.install
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/comment/comment.install')
-rw-r--r--modules/comment/comment.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/comment/comment.install b/modules/comment/comment.install
index 952392664..b7a249044 100644
--- a/modules/comment/comment.install
+++ b/modules/comment/comment.install
@@ -279,10 +279,12 @@ function comment_update_7012() {
'label' => 'Comment',
'entity_type' => 'comment',
'settings' => array('text_processing' => 1),
- // Hide field label by default.
+ 'required' => TRUE,
'display' => array(
- 'full' => array(
+ 'default' => array(
'label' => 'hidden',
+ 'type' => 'text_default',
+ 'weight' => 0,
),
),
);