# HG changeset patch # User root # Date 1386590855 0 # Node ID 79f9b0ad72c5c77e73851971fd8f10175c844e90 # Parent 0ed3b066036d3888f676f7c883afa4cb055fbdc9 changed filed sizes for resource elements diff -r 0ed3b066036d -r 79f9b0ad72c5 rrr_features.features.field_instance.inc --- a/rrr_features.features.field_instance.inc Fri Dec 06 12:41:22 2013 +0000 +++ b/rrr_features.features.field_instance.inc Mon Dec 09 12:07:35 2013 +0000 @@ -44,7 +44,7 @@ 'settings' => array( 'autocomplete_match' => 'contains', 'autocomplete_path' => 'node_reference/autocomplete', - 'size' => 60, + 'size' => 200, ), 'type' => 'noderefcreate_autocomplete', 'weight' => 32, @@ -85,7 +85,7 @@ 'settings' => array( 'autocomplete_match' => 'contains', 'autocomplete_path' => 'node_reference/autocomplete', - 'size' => 60, + 'size' => 200, ), 'type' => 'noderefcreate_autocomplete', 'weight' => 31, @@ -224,7 +224,7 @@ 'settings' => array( 'autocomplete_match' => 'contains', 'autocomplete_path' => 'node_reference/autocomplete', - 'size' => 60, + 'size' => 200, ), 'type' => 'noderefcreate_autocomplete', 'weight' => 34, @@ -265,7 +265,7 @@ 'settings' => array( 'autocomplete_match' => 'contains', 'autocomplete_path' => 'node_reference/autocomplete', - 'size' => 60, + 'size' => 200, ), 'type' => 'noderefcreate_autocomplete', 'weight' => 33,