From d1d60324526539acc3eca18bd8c5c065314f515a Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Thu, 30 Sep 2010 01:06:09 +0000 Subject: [PATCH] - Patch #925154 by swentel: default weight for Tags is wrong. --- profiles/standard/standard.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/standard/standard.install b/profiles/standard/standard.install index 2c1057080e69..19f4cc9dfe70 100644 --- a/profiles/standard/standard.install +++ b/profiles/standard/standard.install @@ -313,7 +313,7 @@ function standard_install() { 'description' => $vocabulary->help, 'widget' => array( 'type' => 'taxonomy_autocomplete', - 'weight' => 4, + 'weight' => -4, ), 'display' => array( 'default' => array( -- GitLab