Issue #2039961 by klausi: Fixed uri_field() should use uri type as value.
parent
9830bee62c
commit
b64ada17fb
|
@ -39,8 +39,8 @@ class UriItem extends FieldItemBase {
|
|||
|
||||
if (!isset(self::$propertyDefinitions)) {
|
||||
self::$propertyDefinitions['value'] = array(
|
||||
'type' => 'string',
|
||||
'label' => t('Text value'),
|
||||
'type' => 'uri',
|
||||
'label' => t('URI value'),
|
||||
);
|
||||
}
|
||||
return self::$propertyDefinitions;
|
||||
|
|
Loading…
Reference in New Issue