Issue #2541412 by John Cook: UriItem should have UriWidget as default_widget
parent
f8755a6f42
commit
be455a9850
|
@ -23,6 +23,7 @@ use Drupal\Core\TypedData\DataDefinition;
|
|||
* description = @Translation("An entity field containing a URI."),
|
||||
* no_ui = TRUE,
|
||||
* default_formatter = "uri_link",
|
||||
* default_widget = "uri",
|
||||
* )
|
||||
*/
|
||||
class UriItem extends StringItem {
|
||||
|
|
Loading…
Reference in New Issue