Increase resource link editor textfield length

Set the max size of value textfield of resource link editor to
256 chars.

Change-Id: I830bd9e7804a71dce3fac7ee1ab682bbf59c2869
This commit is contained in:
Marton Kiss 2015-03-10 19:02:23 +01:00
parent 8c19a4cd38
commit 91996991a9
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ function field_property_list_field_widget_form(&$form, &$form_state, $field,
$widget['value'] = array(
'#type' => 'textfield',
'#default_value' => $value,
'#maxlength' => 256,
);
$element['field_remove_item'] = array(
'#type' => 'button',